Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use root as default user for exec_run #431

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 25, 2024

  1. Don't use root as default user for exec_run

    Instead use whatever user the container uses per default, which might be
    `root` but may also be something else. This avoids manually figuring out
    the default user in case some files inside the container are
    specifically owned by a non-root user.
    
    Signed-off-by: Paul Spooren <[email protected]>
    aparcar committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4175adf View commit details
    Browse the repository at this point in the history