ingress-nginx-helm/images/nginx
2020-01-26 10:07:55 -03:00
..
rootfs Cleanup docker build of nginx image (#4925) 2020-01-14 13:57:44 -03:00
Makefile Add verification of docker buildx support (#4966) 2020-01-26 10:07:55 -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