Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Apr 22, 2014
1 parent 3515a19 commit f819de1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker-rotating-proxies
=======================
docker-rotating-proxy
=====================

```
Docker Container
Expand All @@ -17,17 +17,17 @@ Usage

```bash
# build docker container
docker build -t mattes/rotating-proxies:latest .
docker build -t mattes/rotating-proxy:latest .

# ... or pull docker container
docker pull mattes/rotating-proxies:latest
docker pull mattes/rotating-proxy:latest

# debug docker container
docker run -v $(pwd):/home -p 5566:5566 -i -t --env tors=10 mattes/rotating-proxies /bin/bash
docker run -v $(pwd):/home -p 5566:5566 -i -t --env tors=10 mattes/rotating-proxy /bin/bash
source <(curl -Ls git.io/apeepg) # inject dotfiles

# start docker container
docker run -d -p 5566:5566 --env tors=25 mattes/rotating-proxies
docker run -d -p 5566:5566 --env tors=25 mattes/rotating-proxy

# test with ...
curl --proxy 127.0.0.1:5566 http://echoip.com
Expand Down

0 comments on commit f819de1

Please sign in to comment.