зеркало из https://github.com/docker/engine-api.git
Fix wrong field name on mount: s/Populate/NoCopy
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Родитель
b54bc2593f
Коммит
90377596ef
|
@ -46,7 +46,7 @@ type BindOptions struct {
|
|||
|
||||
// VolumeOptions represents the options for a mount of type volume.
|
||||
type VolumeOptions struct {
|
||||
Populate bool `json:",omitempty"`
|
||||
NoCopy bool `json:",omitempty"`
|
||||
Labels map[string]string `json:",omitempty"`
|
||||
DriverConfig *Driver `json:",omitempty"`
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче