Is it possible to add a plugin w/o modifying Dockerfile
I'd like to add a fluent plugin b/c I need to use it in my fluent.conf , for instance: kafka-plugin. I don't see any to add plugin but modifying Dockerfile. Is it possible to specify what plugins I need as an argument for docker run ?
I am looking for exactly the same question 😄 It seems that it is possible via some options in the entrypoint.sh file.
@dmgcodevil did you find a way ?
@rivetmichael nope
Did you find a way to resolve this issue because i have the same problem now !!
If Docker supports executing/getting external resources in docker run, we can support this feature.
Basically, create your image is docker/container way for stable deployment.
If tries to install plugins in docker run, it may hit some troubles, failed to install, network issue and etc...