ingress-nginx-helm/images/nginx-slim
2017-04-25 15:12:07 +05:30
..
build.sh Add support for arm, arm64 and s390x arch 2017-04-25 15:12:07 +05:30
Dockerfile Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Makefile Add support for arm, arm64 and s390x arch 2017-04-25 15:12:07 +05:30
rc.yaml Move custom images out of contrib 2017-01-31 10:23:05 -08:00
README.md Move custom images out of contrib 2017-01-31 10:23:05 -08:00

nginx 1.11.x base image using ubuntu-slim

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

Creating a replication controller

$ kubectl create -f ./rc.yaml