|
@@ -161,6 +161,7 @@ func (daemon *Daemon) load(id string) (*Container, error) {
|
|
CommonContainer: CommonContainer{
|
|
CommonContainer: CommonContainer{
|
|
State: NewState(),
|
|
State: NewState(),
|
|
root: daemon.containerRoot(id),
|
|
root: daemon.containerRoot(id),
|
|
|
|
+ MountPoints: make(map[string]*mountPoint),
|
|
execCommands: newExecStore(),
|
|
execCommands: newExecStore(),
|
|
},
|
|
},
|
|
}
|
|
}
|