diff options
Diffstat (limited to 'libpod/boltdb_state.go')
-rw-r--r-- | libpod/boltdb_state.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/boltdb_state.go b/libpod/boltdb_state.go index 7db02d533..aeda94e50 100644 --- a/libpod/boltdb_state.go +++ b/libpod/boltdb_state.go @@ -143,6 +143,7 @@ func (s *BoltState) Refresh() error { state.ExecSessions = make(map[string]*ExecSession) state.IPs = nil state.Routes = nil + state.BindMounts = make(map[string]string) newStateBytes, err := json.Marshal(state) if err != nil { |