ingress-nginx-helm/images/nginx-slim
Prashanth Balasubramanian 3da4e74e5a git mv Ingress ingress
2016-02-26 16:55:24 -08:00
..
build.sh git mv Ingress ingress 2016-02-26 16:55:24 -08:00
Dockerfile git mv Ingress ingress 2016-02-26 16:55:24 -08:00
Makefile git mv Ingress ingress 2016-02-26 16:55:24 -08: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