17 lines
454 B
Markdown
17 lines
454 B
Markdown
|
# 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
|