Merge pull request #19568 from cpuguy83/17907_fix_rmv

On container rm, don't remove named mountpoints
Upstream-commit: 58c2488d07f4c984c853ca4b4a5c86b55c4c784c
Component: engine
This commit is contained in:
Tibor Vass
2016-01-25 18:13:57 -08:00
8 changed files with 90 additions and 3 deletions

View File

@ -59,6 +59,7 @@ type MountPoint struct {
// Note Propagation is not used on Windows
Propagation string // Mount propagation string
Named bool // specifies if the mountpoint was specified by name
}
// Setup sets up a mount point by either mounting the volume if it is