torrentinim
torrentinim copied to clipboard
Create Docker Container version of Torrentinim
There currently is no Docker container version of Torrentinim on the docker hub. Creating one, would greatly expand the reach of Torrentinim among users.
I'll look into this this week. Thanks for the suggestion!
Added a basic Dockerfile here: https://github.com/sergiotapia/torrentinim/blob/master/Dockerfile
Still trying to figure out how to copy the sqlite file, I'm not familiar with Docker unfortunately.
This is a good start. I had a go, and it builds and runs fine. Here are some ideas for future improvements:
- Add a VOLUME definition, so that users can store the database/crawl data in a directory that persists across container recreations
- Add a HEALTHCHECK definition, so that the health of the container is constantly monitored and restarted, if a failure occurs
Here's a good documentation on building dockerfiles, which should help: https://docs.docker.com/engine/reference/builder/
@sergiotapia Could you add the repository to https://registry.hub.docker.com - That way people can find it from various sources! :-)
I have experience with docker, just forked. Will create PR soon.
Thanks @usma0118 I am a real Docker noob and welcome a PR for sure. I appreciate your help.
any update?
any update?
I will be able to spend sometime in start of May.