Skip to content

Kaazing Gateway Dockerfile for trusted automated Docker builds.

License

Notifications You must be signed in to change notification settings

kaazing/gateway.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Kaazing Gateway Dockerfile for trusted automated Docker builds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published