Update README

This commit is contained in:
Subhas Dandapani
2015-10-03 02:27:06 +05:30
parent 3f3e66b14e
commit e606d1d410

View File

@@ -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.