|
@@ -85,8 +85,8 @@ func (daemon *Daemon) registerMountPoints(container *container.Container, hostCo
|
|
}()
|
|
}()
|
|
|
|
|
|
// 1. Read already configured mount points.
|
|
// 1. Read already configured mount points.
|
|
- for name, point := range container.MountPoints {
|
|
|
|
- mountPoints[name] = point
|
|
|
|
|
|
+ for destination, point := range container.MountPoints {
|
|
|
|
+ mountPoints[destination] = point
|
|
}
|
|
}
|
|
|
|
|
|
// 2. Read volumes from other containers.
|
|
// 2. Read volumes from other containers.
|