mirror of https://github.com/docker/docs.git
Clarifying description of hyperv-disk-size
Making clear the value is a maximum for a dynamic disk not the actual size of a fixed size disk. Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
parent
2b55e22eed
commit
9abe8d9848
|
@ -61,7 +61,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
|
||||||
},
|
},
|
||||||
mcnflag.IntFlag{
|
mcnflag.IntFlag{
|
||||||
Name: "hyperv-disk-size",
|
Name: "hyperv-disk-size",
|
||||||
Usage: "Hyper-V disk size for host in MB.",
|
Usage: "Hyper-V maximum size of dynamically expanding disk in MB.",
|
||||||
Value: defaultDiskSize,
|
Value: defaultDiskSize,
|
||||||
},
|
},
|
||||||
mcnflag.IntFlag{
|
mcnflag.IntFlag{
|
||||||
|
|
Loading…
Reference in New Issue