Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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