From 18d6645efd3940dddec122cd64978628fc63b611 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Mon, 26 Jan 2015 20:26:54 +0100 Subject: [PATCH] fixed formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be9c647..1cd2833 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ This image attaches to the docker event queue and creates/removes proxy settings ## Starting the container The container is started as: + `docker run --name auto_proxy -d -v /var/run/docker.sock:/var/run/docker.sock -p 80:80 docker_nginx_auto_proxy` + The socket must be handed in so the container can get the events. ## How it works Containers that should be proxied neet meta information in the environment variable *PROXY_DATA* available. This variable must be of the following format: + `PROXY_DATA=server_name:test.com,port:80` The following options are possible: