mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Add MacAddress to inspect
Signed-off-by: Wim <wim@42.be> Closes: #955 Approved by: rhatdan
This commit is contained in:
@ -179,6 +179,7 @@ func (s *BoltState) Refresh() error {
|
||||
state.State = ContainerStateConfigured
|
||||
state.ExecSessions = make(map[string]*ExecSession)
|
||||
state.IPs = nil
|
||||
state.Interfaces = nil
|
||||
state.Routes = nil
|
||||
state.BindMounts = make(map[string]string)
|
||||
|
||||
|
Reference in New Issue
Block a user