We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe a CLI flag could be used to determine if the runtime should be run as root or as the user inside the VM.
Not sure if it's that necesarry, but could be nice to have.
The text was updated successfully, but these errors were encountered:
If not for kubernetes, my preference is running as non-root user. Especially considering that docker, containerd and podman all support rootless mode.
While the flexibility via a CLI flag is a good option, I think we can explore the possibility of going all rootless.
Sorry, something went wrong.
Maybe you default to rootless with the CLI flag to swap back for those who may want that for whatever oddball reason?
No branches or pull requests
Maybe a CLI flag could be used to determine if the runtime should be run as root or as the user inside the VM.
Not sure if it's that necesarry, but could be nice to have.
The text was updated successfully, but these errors were encountered: