https://github.com/thenets/docker-hello
Simple Docker Hello
https://github.com/thenets/docker-hello
Last synced: 5 months ago
JSON representation
Simple Docker Hello
- Host: GitHub
- URL: https://github.com/thenets/docker-hello
- Owner: thenets
- License: apache-2.0
- Created: 2020-06-20T18:48:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T20:45:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T21:46:55.637Z (over 1 year ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Hello
[](https://hub.docker.com/r/thenets/hello/)
Based on official Nginx Demo:
- https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-hello
## Run
```bash
docker run --rm -p 80:80 thenets/hello
```