You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
I want to do this because my output is to a file. I then mount a dir I'd like the file to be written to.
However, because the container runs as root the log files get written as root.
I'd like the log files to be written as my UID and GID.
I've been able to do this with other packages. How can I do this with fluent-bit?
When I try to run the docker image as a different user I get the following error:
[2020/06/12 08:24:17] [error] [storage] [chunkio] cannot initialize root path /var/log/flb-storage
I want to do this because my output is to a file. I then mount a dir I'd like the file to be written to.
However, because the container runs as root the log files get written as root.
I'd like the log files to be written as my UID and GID.
I've been able to do this with other packages. How can I do this with fluent-bit?