An open API service indexing awesome lists of open source software.

https://github.com/willfarrell/docker-hello-world

hello world test for ECS services
https://github.com/willfarrell/docker-hello-world

Last synced: 6 days ago
JSON representation

hello world test for ECS services

Awesome Lists containing this project

README

          

# docker-hello-world
Light weight container to test load balancers.

## Running

- `PORT`: What port to run on, default is `80`

## Build
```bash
docker build --tag willfarrell/hello .

docker run -p 80:80 -e PORT=80 --rm willfarrell/hello
```