From 0fd85dc0165f27b873c35e5e660454c1a9dc37ab Mon Sep 17 00:00:00 2001 From: Sevki Date: Fri, 29 May 2015 12:49:24 +0300 Subject: [PATCH] added docker information to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ca93f00..2ae5844 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,14 @@ my server and start it using `sudo service imageproxy start`. You will certainly want to modify that upstart script to suit your desired configuration. +## Docker ## + +A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/). + +You can run it by +``` +docker run -p 8080:8080 willnorris/imageproxy -addr 0.0.0.0:8080 +``` ## License ##