mikenye / docker-youtube-dl

Youtube-DL container with all prerequisites (libav-tools, ffmpeg, rtmpdump, mplayer, mpv)
223 stars 42 forks source link

Feature Request: Add Ability to Keep Container Running #43

Open HarryMuscle opened 2 years ago

HarryMuscle commented 2 years ago

On some systems like for example those running Kubernetes to manage Docker containers (ie: TrueNAS Scale and other enterprise systems) it takes a good 60+ seconds to start a Docker container. Having to do that every time you want to download a video that might take just a few seconds to download isn't ideal. It would be nice if there was an option that can be specified that would allow the container to keep running without actually doing anything and one would interact with it by issuing "docker container exec ..." commands on the host to trigger video downloads.

fhteagle commented 9 months ago

I would like to +1 this request for a non-ephemeral container, and also to add an additional set of useful features.

My use case is to use wireguard to location set for georestricted content. I think I have this set up correctly via docker-compose to route via the wireguard container's interface, but I want to know for sure this is working. However, your container does not have ip or curl commands that would allow me to verify this.

Thanks!