mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Set machine docker.sock according to rootful flag
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
@ -359,6 +359,8 @@ type HostUser struct {
|
||||
Rootful bool
|
||||
// UID is the numerical id of the user that called machine
|
||||
UID int
|
||||
// Whether one of these fields has changed and actions should be taken
|
||||
Modified bool `json:"HostUserModified"`
|
||||
}
|
||||
|
||||
// SSHConfig contains remote access information for SSH
|
||||
|
Reference in New Issue
Block a user