ChrisBuchholz / docker-nginx

Simply docker image for running nginx behind kube-lego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

Simply docker image for running nginx behind kube-lego


Languages

Language:Nginx 100.0%