ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 9096822895
Update nginx to 1.15.4
2018-09-25 16:48:16 -03:00
..
rootfs Update nginx to 1.15.4 2018-09-25 16:48:16 -03:00
Makefile Update nginx to 1.15.4 2018-09-25 16:48:16 -03:00
rc.yaml Update nginx to 1.15.4 2018-09-25 16:48:16 -03:00
README.md Update nginx to 1.15.2 (#2872) 2018-07-30 17:33:36 -04:00

nginx 1.15.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 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.56

Creating a replication controller

kubectl create -f ./rc.yaml