ingress-nginx-helm/images/nginx
2018-02-15 14:10:20 -08:00
..
build.sh Added GeoIP Organisational data (#2099) 2018-02-15 14:10:20 -08:00
Dockerfile Release nginx 0.29 2017-11-12 00:34:40 -03:00
Makefile Use v3/dev/performance of ModSecurity because of performance (#1996) 2018-02-01 02:42:56 -08:00
rc.yaml Update nginx v1.13.7 2017-11-21 18:57:21 -03:00
README.md Update nginx v1.13.7 2017-11-21 18:57:21 -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.30

Creating a replication controller

kubectl create -f ./rc.yaml