Skip to content

Run container with unprivileged user in the default

Markus Alfter requested to merge feature/unprivileged-user into main

Previously, the container was executed with the root user, which had the disadvantage that all generated files belonged to the root user. Now it is possible to generate the files with user and group permissions of the host directory.

Changelog: added

Merge request reports