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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user