Anon-Exploiter / ine-dl

Python script to download INE courses including labs, exercises, quizzes, slides, and, videos!
MIT License
17 stars 8 forks source link

Docker! #21

Open ironic833 opened 1 month ago

ironic833 commented 1 month ago

I was attempting to make this run in a container on a VPS so I thought it might be a good idea to just submit my docker container file for anyone else who needs it! Best to leave it as it's own branch I think?

Changes

Anon-Exploiter commented 1 month ago

Thanks but no docker volume mounts? Where would the courses be stored and retrieved from?

I'd also prefer keeping both the instructions for installing/using the script on a host machine and with separate instructions for the docker image and how to use it.

The commit also doesn't have aria2 installation which the script uses for downloading of files. Please fix that.

ironic833 commented 2 weeks ago

Hey @Anon-Exploiter I added the changes and added the relevant run command for mount points onto the readme. Let me know if you want me to put in more info for users to get up and going. I designed this for my VPS originally