Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbuchholz/docker-nginx
Simply docker image for running nginx behind kube-lego
https://github.com/chrisbuchholz/docker-nginx
docker kubernetes nginx
Last synced: 11 days ago
JSON representation
Simply docker image for running nginx behind kube-lego
- Host: GitHub
- URL: https://github.com/chrisbuchholz/docker-nginx
- Owner: ChrisBuchholz
- Created: 2017-02-11T13:23:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T14:18:15.000Z (about 8 years ago)
- Last Synced: 2024-12-18T02:43:07.286Z (2 months ago)
- Topics: docker, kubernetes, nginx
- Language: Nginx
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-nginx
============Simple docker image that sets up good default nginx settings and runs
nginx meant for being used behind [kube-lego] in a kubernetes cluster,
which is why it doesn't support SSL since [kube-lego] handles that part
and proxies it to the container.[kube-lego]: https://github.com/jetstack/kube-lego
Use it in a Dockerfile:
FROM chrisbuchholz/docker-nginx
COPY src/ /var/www
CMD 'nginx'*nginx config modified from that found in [kyma/docker-nginx].*
[kyma/docker-nginx]: https://github.com/KyleAMathews/docker-nginx