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