ingress-nginx-helm/images/nginx
2020-01-04 11:19:52 -03:00
..
rootfs Remove download of geoip databases (#4880) 2020-01-04 11:19:52 -03:00
Makefile Migrate to alpine linux 2019-12-28 21:35:18 -03:00
rc.yaml Migrate to alpine linux 2019-12-28 21:35:18 -03:00
README.md Migrate to alpine linux 2019-12-28 21:35:18 -03:00

NGINX base image using alpine

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.95

Creating a replication controller

kubectl create -f ./rc.yaml