anime-downloader in a container
Pull from hub.docker.com:
$ docker pull queeup/anime-downloader
Pull from ghcr.io:
$ docker pull ghcr.io/queeup/anime-downloader
Volumes:
-v config:/config
-v download:/download
Example usage:
docker run --rm --network=host -ti \
-v ~/anime:/downloads \
-v ~/anime/.config:/config \
queeup/anime-downloader:latest --help
Note: You can use aria2.conf
file (you have to create yourself) for changing your aria2 options on your config directory.