зеркало из https://github.com/docker/engine-api.git
Merge pull request #17034 from rhvgoyal/volume-propagation
Capability to specify per volume mount propagation mode
This commit is contained in:
Коммит
f84c682927
|
@ -338,6 +338,7 @@ type MountPoint struct {
|
||||||
Driver string `json:",omitempty"`
|
Driver string `json:",omitempty"`
|
||||||
Mode string
|
Mode string
|
||||||
RW bool
|
RW bool
|
||||||
|
Propagation string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Volume represents the configuration of a volume for the remote API
|
// Volume represents the configuration of a volume for the remote API
|
||||||
|
|
Загрузка…
Ссылка в новой задаче