From e606d1d410e55369a6fcdce1552a879ab1a84010 Mon Sep 17 00:00:00 2001 From: Subhas Dandapani Date: Sat, 3 Oct 2015 02:27:06 +0530 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dc6d3b..e715d4f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# docker-tor-privoxy-alpine +# tor-privoxy-alpine -The smallest docker image with Tor and Privoxy, built with Alpine Linux. +The smallest (**15 MB**) docker image with Tor and Privoxy on Alpine Linux. + +``` +docker pull tor-privoxy-alpine +docker run -d -p 8118:8118 --name torx tor-privoxy-alpine +curl --proxy localhost:8118 https://www.google.com +``` + +And that's it! + +## Known Issues + +* When running in interactive mode, pressing Ctrl+C doesn't cleanly exit. For now, run it in detached mode (`-d`). Calling `docker stop` cleanly exits though.