Setting up rutorrent plugins inside docker

  • Hello folks, I am currently running the rutorrent docker image on my box without any issues, however, there are some additional plugins I would love to make use off. Since I am relatively new to docker and how it works I was hoping someone could point me in the right direction as to how exactly one does this?


    I appreciate any direction.


    Thanks!

    • Official Post

    You have to enter the container and start fiddling inside.


    docker exec -it containername bash


    Once inside you can starting adding stuff editing files etc. For persistentency commit to an image with a tag, so you don't alter the original.


    docker commit containername imagename:v1

  • Awesome sauce boss, exactly what I needed. Ima give it a go.


    UPDATE: this worked boss, thanks again. I'm able to do all my stuff now. tx!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!