Closed xtrntr closed 3 years ago
fluent Docker image runs as non-root user as per Docker best practices: https://github.com/fluent/fluentd-docker-image/issues/48
fluent
This means that this line in the config will mount the directory as root and cause a permission error when trying to write to the buffer before flushing to S3.
fluent
Docker image runs as non-root user as per Docker best practices: https://github.com/fluent/fluentd-docker-image/issues/48This means that this line in the config will mount the directory as root and cause a permission error when trying to write to the buffer before flushing to S3.