how to enable plugin in already running container? #136
Answered
by
TimWolla
tsulatsitamim
asked this question in
Q&A
-
how to enable plugin in already running container? |
Beta Was this translation helpful? Give feedback.
Answered by
TimWolla
Mar 11, 2023
Replies: 1 comment
-
I recommend to avoid touching an existing container. If you really need to enable a plugin in an existing container, you should be able to create the appropriate plugin config in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tsulatsitamim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend to avoid touching an existing container.
If you really need to enable a plugin in an existing container, you should be able to create the appropriate plugin config in
plugins-enabled/
at runtime by leveragingdocker cp
ordocker exec
.