Skip to content

Rust1v1/cyberdrop-dl-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyberdrop-DL Containerized

Container Build Status Docs License

A Container for Cyberdrop-DL-Patched. This container allows you to easily run cyberdrop-dl anywhere without worrying about python version / dependencies.


Features

  • 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.

Prerequisites


Quick Start

Docker

docker run --name cyberdrop -it -v <path/to/your/cb/downloads>:/cyberdrop:rw ghcr.io/rust1v1/cyberdrop-dl:latest

Podman

podman run --name cyberdrop --rm -it -v <path/to/your/cb/downloads>:/cyberdrop:rw ghcr.io/rust1v1/cyberdrop-dl:latest

Volume Mounting

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.

About

Unofficial Containerized Version of Cyberdrop-DL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages