ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes dc20551288
Cleanup of docker images
2019-09-03 19:10:40 -04:00
..
rootfs use latest openresty with CVE patches 2019-08-14 17:57:27 -04:00
Makefile Cleanup of docker images 2019-09-03 19:10:40 -04:00
rc.yaml Update nginx image to 0.90 2019-06-26 18:46:56 -04:00
README.md fix image link. 2019-07-07 23:16:14 +08:00

OpenResty base image using debian-base

OpenResty® is a dynamic web platform based on NGINX and LuaJIT.

This custom 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.90

Creating a replication controller

kubectl create -f ./rc.yaml