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

Run as non-root user #12

Open
MPParsley opened this issue Oct 10, 2022 · 0 comments
Open

Run as non-root user #12

MPParsley opened this issue Oct 10, 2022 · 0 comments

Comments

@MPParsley
Copy link

MPParsley commented Oct 10, 2022

By default, Docker runs commands inside the container as root which violates the Principle of Least Privilege (PoLP) when superuser permissions are not strictly required. You want to run the container as an unprivileged user whenever possible.

While it's possible to run docker in rootless mode it would be nice to have a virtuoso user running virtuoso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant