Sample docker image to test docker deployments
Build and run using Docker Compose:
$ git clone https://github.com/docker/dockercloud-hello-world
$ cd dockercloud-hello-world
$ docker-compose up
$ docker login
$ docker-cloud stack up
Hello world!
Environment Variable | Default | Description |
---|---|---|
LISTEN_PORT | 80 | Set the Listen Port to access the hello-world container if it has the same Service Port. |