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