Add missing ENV for no-share flag

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-19 10:53:20 +01:00
parent d56d0dc495
commit df7212df95
1 changed files with 3 additions and 2 deletions

View File

@ -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",
},
}
}