Merge pull request #17034 from rhvgoyal/volume-propagation

Capability to specify per volume mount propagation mode
Upstream-commit: ce0b1841c82b6972d96654e083f813944e72443f
Component: engine
This commit is contained in:
Brian Goff
2015-12-15 12:14:41 -05:00
20 changed files with 662 additions and 92 deletions
+1
View File
@@ -338,6 +338,7 @@ type MountPoint struct {
Driver string `json:",omitempty"`
Mode string
RW bool
Propagation string
}
// Volume represents the configuration of a volume for the remote API