From 4369612364b8fa6ce90cd01b69591f952205919e Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Mon, 26 Oct 2015 15:45:39 +0100 Subject: [PATCH] Update README.md Describe that it creates an **HTTP** proxy, related to issue #1. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1d532e..ed83d35 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ The smallest (**15 MB**) docker image with Tor and Privoxy on Alpine Linux. ``` docker run -d -p 8118:8118 -p 9050:9050 rdsubhas/tor-privoxy-alpine -curl --proxy localhost:8118 https://www.google.com +curl --proxy http://localhost:8118 https://www.google.com ``` -And that's it! Read the accompanying [blog post](https://medium.com/@rdsubhas/docker-image-with-tor-privoxy-and-a-process-manager-under-15-mb-c9e344111b61) for more details. +And that's it! You have an HTTP proxy set up going through Privoxy and Tor. Read the accompanying [blog post](https://medium.com/@rdsubhas/docker-image-with-tor-privoxy-and-a-process-manager-under-15-mb-c9e344111b61) for more details. ## Known Issues