Update README

This commit is contained in:
Subhas Dandapani
2015-10-03 04:03:50 +05:30
parent ef157adaab
commit 5d5a158f7c

View File

@@ -3,8 +3,7 @@
The smallest (**15 MB**) docker image with Tor and Privoxy on Alpine Linux. The smallest (**15 MB**) docker image with Tor and Privoxy on Alpine Linux.
``` ```
docker pull tor-privoxy-alpine docker run -d -P rdsubhas/tor-privoxy-alpine
docker run -d -p 8118:8118 --name torx tor-privoxy-alpine
curl --proxy localhost:8118 https://www.google.com curl --proxy localhost:8118 https://www.google.com
``` ```