Update docker file.
This commit is contained in:
parent
290ed4c7de
commit
e4411e8fa1
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ docker run --cap-add=NET_ADMIN -d \
|
||||||
--log-driver json-file \
|
--log-driver json-file \
|
||||||
--log-opt max-size=10m \
|
--log-opt max-size=10m \
|
||||||
-p 6500:6500 \
|
-p 6500:6500 \
|
||||||
rogerfar/rdtclient
|
--name rdtclient \
|
||||||
|
rogerfar/rdtclient:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `/your/download/path/` with your local path to download files to. For Windows i.e. `C:/Downloads`.
|
Replace `/your/download/path/` with your local path to download files to. For Windows i.e. `C:/Downloads`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue