No description
| static | Initial commit to build a dockerfile that serves a cat picture | |
| Dockerfile | Initial commit to build a dockerfile that serves a cat picture | |
| README.md | Add usage instructions to README | |
nginx-cat
Serves cat.png via nginx
To build and run:
$ docker build . -t nginx-cat:v0
$ docker run -p 8080:80 nginx-cat:v0
Then navigate to http://localhost:8080/cat.png in your browser to view.