Replies: 1 comment 1 reply
-
Fell free to open a PR - but I am fairly new to docker so I can’t really help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought it would be nice to have the multi-downloader-nx inside of a Docker container since this might make it easy run without needed to deal with any configuration or setup. This is still a work in progress and have a first working draft.
I created a fork which you may checkout.
I uploaded the built Docker Container on DockerHub if anyone wishes to test it out.
https://hub.docker.com/r/edward8e/multi-downloader-nx
Instructions:
docker run -v $(PWD)/videos:/app/videos edward8e/multi-downloader-nx:latest
Dockerfile
Any feedback or suggestions would be great! Also might be nice to eventually move this to the main project.
Beta Was this translation helpful? Give feedback.
All reactions