torrentinim icon indicating copy to clipboard operation
torrentinim copied to clipboard

Create Docker Container version of Torrentinim

Open Draxter opened this issue 4 years ago • 8 comments

There currently is no Docker container version of Torrentinim on the docker hub. Creating one, would greatly expand the reach of Torrentinim among users.

Draxter avatar Sep 15 '20 07:09 Draxter

I'll look into this this week. Thanks for the suggestion!

sergiotapia avatar Feb 09 '21 07:02 sergiotapia

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.

sergiotapia avatar May 26 '21 03:05 sergiotapia

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/

Draxter avatar May 26 '21 08:05 Draxter

@sergiotapia Could you add the repository to https://registry.hub.docker.com - That way people can find it from various sources! :-)

driesvandamme avatar Jun 09 '21 11:06 driesvandamme

I have experience with docker, just forked. Will create PR soon.

usma0118 avatar Mar 28 '22 10:03 usma0118

Thanks @usma0118 I am a real Docker noob and welcome a PR for sure. I appreciate your help.

sergiotapia avatar Apr 01 '22 23:04 sergiotapia

any update?

somedevreally avatar Apr 23 '22 23:04 somedevreally

any update?

I will be able to spend sometime in start of May.

usma0118 avatar Apr 27 '22 18:04 usma0118