1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 11:45:38 +01:00
svtplay-dl/docs
2019-01-04 23:43:49 +01:00
..
README.docker.md Move the docker readme to a new dir 2019-01-04 23:43:49 +01:00

svtplay-dl

container version of the script.

usage

docker run -it --rm  -u $(id -u):$(id -g)  -v "$(pwd):/data" spaam/svtplay-dl <args>

or create an alias:

bash (~/.bashrc)
alias svtplay-dl='docker run -it --rm  -u $(id -u):$(id -g)  -v "$(pwd):/data" spaam/svtplay-dl'
zsh (~/.zshrc)
alias svtplay-dl='docker run -it --rm  -u $(id -u):$(id -g)  -v "$(pwd):/data" spaam/svtplay-dl'

build example

docker build -t svtplay-dl .