mirror of
https://github.com/Fishwaldo/docker-rsync.git
synced 2025-03-15 19:42:44 +00:00
docs: add example rsync command
This commit is contained in:
parent
13ea51ab10
commit
5350b1319e
1 changed files with 2 additions and 1 deletions
|
@ -9,4 +9,5 @@ The simplest use case is to run the image and map its 873 port:
|
|||
|
||||
```$ docker run stefda/rsync -p 873:873```
|
||||
|
||||
The command above will spin up a container that listens on port 873 for rsync connections.
|
||||
The command above will spin up a container that listens on port 873 for rsync connections. To push files into the
|
||||
container, you may use `rsync -rtR <file-or-directory> rsync://<docker-host-ip>:873/volume`.
|
||||
|
|
Loading…
Add table
Reference in a new issue