mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Add rootful status to machine inspect
Podman machine inspect now shows if the machine is rootful Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -151,6 +151,7 @@ type InspectInfo struct {
|
||||
SSHConfig SSHConfig
|
||||
State Status
|
||||
UserModeNetworking bool
|
||||
Rootful bool
|
||||
}
|
||||
|
||||
func (rc RemoteConnectionType) MakeSSHURL(host, path, port, userName string) url.URL {
|
||||
|
Reference in New Issue
Block a user