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
- Host: GitHub
- URL: https://github.com/willfarrell/docker-hello-world
- Owner: willfarrell
- License: mit
- Created: 2019-07-18T14:55:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T15:20:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T20:38:05.537Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```