mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add docker info
This commit is contained in:
parent
89ce8648d1
commit
979e72b726
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue