fluentd-docker-image icon indicating copy to clipboard operation
fluentd-docker-image copied to clipboard

Is it possible to add a plugin w/o modifying Dockerfile

Open dmgcodevil opened this issue 6 years ago • 4 comments

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 ?

dmgcodevil avatar Mar 01 '19 16:03 dmgcodevil

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 avatar Dec 06 '19 15:12 rivetmichael

@rivetmichael nope

dmgcodevil avatar Dec 16 '19 18:12 dmgcodevil

Did you find a way to resolve this issue because i have the same problem now !!

aymenwerg avatar Sep 03 '20 14:09 aymenwerg

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...

repeatedly avatar Sep 03 '20 14:09 repeatedly