mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Merge pull request #15916 from ashley-cui/machstarting
Fix machine starting state
This commit is contained in:
@ -177,6 +177,7 @@ func toMachineFormat(vms []*machine.ListResponse) ([]*entities.ListReporter, err
|
||||
response.Port = vm.Port
|
||||
response.RemoteUsername = vm.RemoteUsername
|
||||
response.IdentityPath = vm.IdentityPath
|
||||
response.Starting = vm.Starting
|
||||
|
||||
machineResponses = append(machineResponses, response)
|
||||
}
|
||||
|
Reference in New Issue
Block a user