mirror of https://github.com/docker/docs.git
Add missing ENV for no-share flag
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
d56d0dc495
commit
df7212df95
|
@ -127,8 +127,9 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
|
|||
EnvVar: "VIRTUALBOX_HOSTONLY_NIC_PROMISC",
|
||||
},
|
||||
mcnflag.BoolFlag{
|
||||
Name: "virtualbox-no-share",
|
||||
Usage: "Disable the mount of your home directory",
|
||||
Name: "virtualbox-no-share",
|
||||
Usage: "Disable the mount of your home directory",
|
||||
EnvVar: "VIRTUALBOX_NO_SHARE",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue