I keep getting this error when I try to create the virtual machine in the Terminal on my MacBookPro:
docker-machine create --driver virtualbox dev
Running pre-create checks... Creating machine... Error creating machine: Error in driver during machine creation: exit status 1
I have virtualbox installed as well as docker, so I'm not sure what the problem is. I tried switching from virtualbox version 5 to 4. something, still the same error. I googled the error and nothing came up. Why is this happening to me?