mirror of
https://github.com/Fishwaldo/docker-rsync.git
synced 2025-03-15 19:42:44 +00:00
docs: basic usage info
This commit is contained in:
parent
5af6da03df
commit
3afe09955c
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,2 +1,12 @@
|
|||
# rsync
|
||||
A small Docker image with a simplistic rsync server. It is intended to be used as a volume image and shared across containers where standard volume sharing results in poor performance.
|
||||
|
||||
A simple rsync server that runs inside Docker. It is intended to be used as a volume and shared among containers where
|
||||
standard volume sharing results in poor read performance.
|
||||
|
||||
# Usage
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue