After installing Docker tooldbox and when I launched Docker Quickstart terminal window, there are a bunch of errors shown on the terminal as below:
Starting “default”…
(default) Check network to re-create if needed…
(default) Creating a new host-only adapter produced an error: /usr/local/bin/VBoxManage hostonlyif create failed:
(default) 0%…
(default) Progress state: NS_ERROR_FAILURE
(default) VBoxManage: error: Failed to create the host-only adapter
(default) VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
(default) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
*(default) VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg )" at line 94 of file VBoxManageHostonly.cpp
**(default) **
(default) This is a known VirtualBox bug. Let’s try to recover anyway…
Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
Regenerate TLS machine certs? Warning: this is irreversible. (y/n): Regenerating TLS certificates
Waiting for SSH to be available…
Too many retries waiting for SSH to be available. Last error: Maximum number of retries (60) exceeded
Error checking TLS connection: Host is not running
Error getting IP address: Host is not running
**docker is configured to use the default machine with IP **
For help getting started, check out the docs at https://docs.docker.com
Any idea what went wrong? Thank you.