-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
provide rootless info in podman machine info/inspect #18479
Comments
@n1hility as discussed. |
I thought this was already available, in commit 615df2e |
I think the main benefit is just seeing the state regardless of whether the VM is running, which could be useful in an external tool warning or possibly changing based on the value. |
Yeah. One are doing 'podman machine set --rootfull' but can't query that value without actually starting podman. |
Makes sense. There might be a similar problem regarding the version... (like: last seen version) |
A friendly reminder that this issue had no activity for 30 days. |
@n1hility Any update on this one? |
/assign |
Fixed as a byproduct of #19666 |
Feature request description
wether podman runs in rootless or rootful mode affects lot of usecase (such as use of testcontainers).
Today only way to find if rootful is set or not seem to be:
cat
podman machine info --format json | jq -r .Host.MachineConfigDir/podman-machine-default.json | jq .Rootful
would be great if
podman machine info
andpodman machine inspect
would include this info.Suggest potential solution
A clear and concise description of what you want to happen.
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: