mirror of https://github.com/docker/docs.git
Merge pull request #276 from sthulb/vbox-store
Move VirtualBox configuration file to be inside the data store
This commit is contained in:
commit
37afa24a8e
|
@ -181,6 +181,7 @@ func (d *Driver) Create() error {
|
|||
}
|
||||
|
||||
if err := vbm("createvm",
|
||||
"--basefolder", d.storePath,
|
||||
"--name", d.MachineName,
|
||||
"--register"); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue