Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describe that it creates an **HTTP** proxy, related to issue rdsubhas#1.
  • Loading branch information
wernight committed Oct 26, 2015
1 parent 57582d6 commit 4369612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4369612

Please sign in to comment.