Command-line program to download image galleries and collections from several image hosting sites.
https://github.com/mikf/gallery-dl
The usage of this container image is pretty straightforward. It's basically just gallery-dl as a container image.
You need to mount /data/gallery-dl
if you want to access the data on the host system.
docker run -v $PWD/data:/data/gallery-dl ghcr.io/skaronator/gallery-dl https://gfycat.com/admirablefearfulkangaroo-rick-astley
You can also mount a gallery-dl config file in the container.
docker run -v $PWD/config.json:/gallery-dl/config.json:ro ghcr.io/skaronator/gallery-dl
Check the official documentation to see at which locations a configuration file is expected.
docker run -v $PWD/config.json:/config.json:ro ghcr.io/skaronator/gallery-dl --config /config.json https://gfycat.com/admirablefearfulkangaroo-rick-astley
You can also define your own location with the command options.