Docker-compose scale limitation doesn't create the network interface for you. Must run up first

This commit is contained in:
antitree 2016-06-24 19:54:30 -04:00 committed by GitHub
parent 516b8b49f2
commit 65a6ce49fb

View File

@ -6,8 +6,11 @@
The easiest way to get a tor network up and running is to use the docker-compose create and then scale function
`docker-compose up`
CTRL+C to cancel out (docker-compose scale issue. fixing soon)
```
docker-ccompose create
docker-compose scale da=3 relay=5 exit=3 client=1
```