Merge pull request #13471 from ibuildthecloud/no-nil
Preinitialize MountPoints to avoid assigning to a nil map Upstream-commit: 0fccc40307c239e421dde825fc9f7adfadeaff61 Component: engine
This commit is contained in:
@ -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(),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user