A Container for Cyberdrop-DL-Patched. This container allows you to easily run cyberdrop-dl anywhere without worrying about python version / dependencies.
- Easy Configuration: Bind mount a directory to store configuration and downloads.
- Lightweight: Minimal Container image.
- Cross-Platform: Works on any system that supports Docker/Podman.
- Container Engine installed on your system.
- Install Docker
- Install Podman
docker run --name cyberdrop -it -v <path/to/your/cb/downloads>:/cyberdrop:rw ghcr.io/rust1v1/cyberdrop-dl:latest
podman run --name cyberdrop --rm -it -v <path/to/your/cb/downloads>:/cyberdrop:rw ghcr.io/rust1v1/cyberdrop-dl:latest
This container expects that you will provide a downloads folder from your machine. This can either be a preconfigured cyberdrop-dl configuration or an empty folder.
You must bind mount it into the /cyberdrop path inside the container. Upon starting the container it will either have you create a config or create on for you.