Add MacAddress to inspect

Signed-off-by: Wim <wim@42.be>

Closes: #955
Approved by: rhatdan
This commit is contained in:
Wim
2018-06-17 17:40:39 +02:00
committed by Atomic Bot
parent fc81dd71fe
commit 4d3db1b4a9
5 changed files with 14 additions and 0 deletions

View File

@ -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)