ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes aeae20ca6e
Remove setcap from image (#2826)
2018-07-21 18:12:29 -04:00
..
build.sh Remove setcap from image (#2826) 2018-07-21 18:12:29 -04:00
Dockerfile include lua-resty-waf and its dependencies in the base Nginx image (#2301) 2018-04-06 18:08:25 -03:00
install_lua_resty_waf.sh Remove setcap from image (#2826) 2018-07-21 18:12:29 -04:00
Makefile Remove setcap from image (#2826) 2018-07-21 18:12:29 -04:00
rc.yaml Remove setcap from image (#2826) 2018-07-21 18:12:29 -04:00
README.md Remove setcap from image (#2826) 2018-07-21 18:12:29 -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.55

Creating a replication controller

kubectl create -f ./rc.yaml