ingress-nginx-helm/images/nginx-slim/README.md
Manuel de Brito Fontes 04c06eaaa6 Release nginx-slim 0.19
2017-06-20 19:57:25 -04:00

902 B

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

Creating a replication controller

$ kubectl create -f ./rc.yaml