diff --git a/daemon/daemon.go b/daemon/daemon.go index 22bbf8d7cd..0246dd0a86 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -161,6 +161,7 @@ func (daemon *Daemon) load(id string) (*Container, error) { CommonContainer: CommonContainer{ State: NewState(), root: daemon.containerRoot(id), + MountPoints: make(map[string]*mountPoint), execCommands: newExecStore(), }, }