Custom Plugin with Docker #7649
-
Hi Team, Everytime when i have to run docker build to build the new container with my Custom Plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @waytoharish, I am not sure that what you want to accomplish is possible. |
Beta Was this translation helpful? Give feedback.
Hi @waytoharish, I am not sure that what you want to accomplish is possible.
Updating a custom Lua plugin already requires rebuilding the running docker Container. It is similar to changing a running App's source code. When this happens on a "RealWorld" app that often requires recreating the Container on which it is running. Go plugins are even more complicated than that since they require a compilation step.