By Alina
I try to create a virtualbox using docker machine:
sudo docker-machine create --driver virtualbox default
and get this error:
Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
VirtualBox is installed and I use it often.
> which VirtualBox
/usr/bin/VirtualBox
PATH variable contains /usr/bin
I have reinstalled both VirtualBox and Docker several times but it did not help.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
I would recommend taking a look at this reported Docker issue here:
https://github.com/docker/machine/issues/4590
The suggested fix is the following:
I had the same issue on 18.04, and here were the steps I took to resolve it.
sudo docker-machine create --driver virtualbox defaultRegards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.