Masahiro Nakagawa

Results 253 comments of Masahiro Nakagawa

It follows Docker best practice: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/user How other product handle volume permission issue? Do all product run as a root?

Hmm... how about setting "USER root" in your dockerfile?

Why need `USER root`?

I see. I'm not familiar with k8s operation... @ValFadeev Do you have any insight?

We moved account setup to runtime by https://github.com/fluent/fluentd-docker-image/pull/78 before. This trick is now not needed, right?

Check our FAQ. There are several approaches for it: https://docs.fluentd.org/quickstart/faq#i-got-encoding-error-inside-the-plugin-how-to-fix-it

Thanks. Will check the patch and issue later.

This case https://docs.fluentd.org/configuration/config-file#note-on-match-order ?

Hmm... I will check it. Does debian version also have same problem?

Recent docker image buid has no problem with `gem install`: https://hub.docker.com/r/fluent/fluentd/builds/b27nwmuueymnzgtfyi5ybwk/ So the problem seems out side of our docker image.