Mirror of the official kaazing-gateway (https://hub.docker.com/_/kaazing-gateway/)
10K+
This repository contains Dockerfile of Kaazing Gateway for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download build from public Docker Hub Registry: docker pull kaazing/gateway
(alternatively, you can build an image from Dockerfile: docker build -t="kaazing/gateway" .)
docker run -h <hostname> -p 8000:8000 kaazing/gateway
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)
Content type
Image
Digest
sha256:1c57f9a69…
Size
135.1 MB
Last updated
over 9 years ago
docker pull kaazing/gateway