https://github.com/chancehudson/simple-nginx
A simple nginx base image for delivering websites
https://github.com/chancehudson/simple-nginx
Last synced: 6 months ago
JSON representation
A simple nginx base image for delivering websites
- Host: GitHub
- URL: https://github.com/chancehudson/simple-nginx
- Owner: chancehudson
- Created: 2018-02-05T17:05:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T00:00:47.000Z (over 8 years ago)
- Last Synced: 2024-07-21T00:41:20.709Z (about 2 years ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-nginx
[](https://circleci.com/gh/JChanceHud/simple-nginx)
A docker image with nginx installed and a simple web server running with content from the `/www` directory.
## Tags
- [jchancehud/simple-nginx:latest](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - Points to alpine
- [jchancehud/simple-nginx:alpine](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - nginx on alpine - 3 MB
- [jchancehud/simple-nginx:ubuntu](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - ngnix on ubuntu - TODO
## Use cases
Works well with single page apps. Simply build and then copy into the working directory of the image.