add docker info

This commit is contained in:
Zack Scholl 2019-07-04 19:19:53 -06:00
parent 89ce8648d1
commit 979e72b726
1 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,12 @@ You can send files using your relay by entering `--relay` to change the relay th
$ croc --relay "myrelay.example.com:9009" send [filename]
```
If it's easier you can also run a relay with Docker:
```
$ docker run -d -p 9009:9009 -p 9010:9010 -p 9011:9011 -p 9012:9012 -p 9013:9013 schollz/croc
```
## License