mirror of https://github.com/docker/docs.git
Merge pull request #43 from bfirsh/document-checking-vboxmanage
Document VBoxManage check
This commit is contained in:
commit
78684f6431
|
@ -91,6 +91,7 @@ func (d *Driver) Create() error {
|
||||||
isoURL string
|
isoURL string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Check that VBoxManage exists and works
|
||||||
if err = vbm(""); err != nil {
|
if err = vbm(""); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue