From d9e760edc03f69f1690432ba78060f41e103b077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Figueira=20Oleg=C3=A1rio?= Date: Mon, 17 Sep 2018 18:49:06 -0300 Subject: [PATCH] Improving test for container --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d532e..6082382 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 --no-buffer --proxy localhost:8118 https://check.torproject.org | grep "Congratulations. This browser is configured to use Tor." ``` 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.