From 8dfe5ae384122dbe8ef1bd3dace313278d74abee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20D=C3=B6ring?= Date: Wed, 11 Jan 2017 16:57:37 +0100 Subject: [PATCH] Add info about alpine base image For todo in #558 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 18e6fa3..4002c23 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,22 @@ The containers being proxied must [expose](https://docs.docker.com/reference/run Provided your DNS is setup to forward foo.bar.com to the a host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set. +### Image variants + +The nginx-proxy images are available in two flavors. + +#### jwilder/nginx-proxy:latest + +This image uses the debian:jessie based nginx image. + + $ docker pull jwilder/nginx-proxy:latest + +#### jwilder/nginx-proxy:alpine + +This image is based on the nginx:alpine image. + + $ docker pull jwilder/nginx-proxy:alpine + ### Docker Compose ```yaml