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!

    • Offizieller Beitrag

    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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!