Added README.md
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 4m41s
All checks were successful
Build VMCli with PowerShell / Build-VMCli (push) Successful in 4m41s
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
parent
485bcdb109
commit
aa70054eca
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# docker-woof
|
||||
|
||||
## How to use:
|
||||
|
||||
```bash
|
||||
# Or docker run
|
||||
podman run -it --rm --name woof -v ./:/data -p 8008:8008 -e PORT=8008 -e COUNT=1 git.leonardoamaral.com.br/leonardo/woof:latest
|
||||
```
|
||||
|
||||
Files are served/received from `/data` inside container.
|
||||
|
||||
## Variables
|
||||
|
||||
* PORT: Port woof will run
|
||||
* COUNT: Number of times woof will run. If persistent, keep default and use --restart=always
|
||||
* ARGS: Extra arguments. Noticeably `-U` to allow upload instead download
|
Loading…
Reference in New Issue
Block a user