realizing that you need to first create the base containers before it scales. adding to readme

This commit is contained in:
antitree 2016-06-24 19:25:54 -04:00 committed by GitHub
parent a8357e949b
commit 93a89a80da
1 changed files with 5 additions and 2 deletions

View File

@ -4,9 +4,12 @@
### Quickstart ### Quickstart
The easiest way to get a tor network up and running is to use the docker-compose scale function: The easiest way to get a tor network up and running is to use the docker-compose create and then scale function
`docker-compose scale da=3 relay=5 exit=3 client=1` ```
docker-ccompose create
docker-compose scale da=3 relay=5 exit=3 client=1
```
### Uses ### Uses