ingress-nginx-helm/images/nginx-slim
2017-10-24 13:49:30 -07:00
..
build.sh Upgrade nginx-opentracing. 2017-10-24 13:49:30 -07:00
Dockerfile Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Makefile Fix Makefile to work in OSX. 2017-10-23 18:18:52 -07:00
rc.yaml Release nginx-slim 0.27 2017-10-21 19:49:33 -03:00
README.md Release nginx-slim 0.27 2017-10-21 19:49:33 -03:00

nginx 1.13.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.27

Creating a replication controller

$ kubectl create -f ./rc.yaml