ingress-nginx-helm/images/nginx-slim
Manuel de Brito Fontes 4c7df76c39 Update nginx-slim
2016-03-25 17:55:00 -03:00
..
build.sh Update nginx-slim 2016-03-25 17:55:00 -03:00
Dockerfile Update nginx-slim 2016-03-25 17:55:00 -03:00
Makefile Update nginx-slim 2016-03-25 17:55:00 -03:00
rc.yaml git mv Ingress ingress 2016-02-26 16:55:24 -08:00
README.md git mv Ingress ingress 2016-02-26 16:55:24 -08:00

nginx 1.9.x base image using alpine linux

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 gcr.io/google_containers/nginx-slim:0.3

Creating a replication controller

$ kubectl create -f ./rc.yaml