Modifying docker contents


Recommended Posts

In searching I didn't find if this was possible in any way, but I was wondering if one can modify docker contents. I have a user provided addon to Couchpotato to allow a particular tracker to be used. But I have to add it manually to CP's core directory. Is this possible and if so how would I go about doing it?

 

Thanks!

Link to comment

In searching I didn't find if this was possible in any way, but I was wondering if one can modify docker contents. I have a user provided addon to Couchpotato to allow a particular tracker to be used. But I have to add it manually to CP's core directory. Is this possible and if so how would I go about doing it?

 

Thanks!

I don't use that docker. If the "core directory" is mapped to the host then you can add it there. If not, you could

 

docker exec -it dockername bash

 

to get a command line inside the docker, but any changes you made would not survive a reinstall or update of the container.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.