1
0
Go to file
Leonardo Amaral aded1e63e7
All checks were successful
Build w00f-docker image / Build-w00f (push) Successful in 4m31s
Minor fix to CI
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
2024-08-05 16:49:53 -03:00
.gitea/workflows Minor fix to CI 2024-08-05 16:49:53 -03:00
Containerfile Fix permissions and added arguments support 2024-08-05 16:42:58 -03:00
README.md Added README.md 2024-08-05 16:43:14 -03:00

docker-woof

How to use:

# 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