ingress-nginx-helm/images/nginx
Manuel de Brito Fontes 811829de60 Release nginx 0.29
2017-11-12 00:34:40 -03:00
..
build.sh Release nginx 0.29 2017-11-12 00:34:40 -03:00
Dockerfile Release nginx 0.29 2017-11-12 00:34:40 -03:00
Makefile Release nginx 0.29 2017-11-12 00:34:40 -03:00
rc.yaml Release nginx 0.29 2017-11-12 00:34:40 -03:00
README.md Release nginx 0.29 2017-11-12 00:34:40 -03:00

nginx 1.13.x base image using debian-base

nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

This custom nginx image contains:

How to use this image: This image does provides a default configuration file with no backend servers.

Using docker

docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.29

Creating a replication controller

kubectl create -f ./rc.yaml