mirror of https://github.com/docker/docs.git
Point to working version of vbox
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
28ac085cdd
commit
6fe81d3dd4
|
|
@ -14,7 +14,7 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`)
|
reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`)
|
||||||
errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall the version listed here: https://www.virtualbox.org/ticket/14437?cversion=0&cnum_hist=42")
|
errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue")
|
||||||
)
|
)
|
||||||
|
|
||||||
// Host-only network.
|
// Host-only network.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue