Add readme
This commit is contained in:
parent
c28248f2a0
commit
b56a64ffd5
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Usage:
|
||||||
|
```
|
||||||
|
docker build -t backupinator .
|
||||||
|
|
||||||
|
docker run \
|
||||||
|
-v /path/to/folder1:/in/folder1:ro \
|
||||||
|
-v /path/to/folder2:/in/folder2:ro \
|
||||||
|
-v /path/to/output:/output \
|
||||||
|
-v /path/to/key1.pub:/keys/key1.pub:ro \
|
||||||
|
-v /path/to/key2.pub:/keys/key2.pub:ro \
|
||||||
|
backupinator
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user