ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 46d15e0039 Update nginx to 1.15.9
2019-02-26 14:19:53 -03:00
..
rootfs Update nginx to 1.15.9 2019-02-26 14:19:53 -03:00
Makefile Update nginx to 1.15.9 2019-02-26 14:19:53 -03:00
rc.yaml Cleanup of nginx image (#3214) 2018-10-10 09:17:01 -03:00
README.md Datadog Opentracing support - part 1 2019-02-15 15:11:50 -05: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.65

Creating a replication controller

kubectl create -f ./rc.yaml