Sign inSign up

kaazing/gateway

By kaazing

Updated over 9 years ago

Mirror of the official kaazing-gateway (https://hub.docker.com/_/kaazing-gateway/)

Image
11

10K+

kaazing/gateway repository overview

Gateway Docker

About this Project

This repository contains Dockerfile of Kaazing Gateway for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image
Installation
  1. Install Docker.

  2. Download build from public Docker Hub Registry: docker pull kaazing/gateway

    (alternatively, you can build an image from Dockerfile: docker build -t="kaazing/gateway" .)

Usage
docker run -h <hostname> -p 8000:8000 kaazing/gateway
Attach persistent/shared directories
docker run -p 8000:8000 -v <gateway-home-dir>:/kaazing-gateway kaazing/gateway

After few seconds, open http://<hostname>:8000 to see the welcome page. (Note: you may need to add hostname to etc/hosts from host machine, the ip address may be the boot2docker ip, or the ip of the docker host)

Tag summary

Content type

Image

Digest

sha256:1c57f9a69

Size

135.1 MB

Last updated

over 9 years ago

docker pull kaazing/gateway