It seems to work fine untill I connect to one of the hosts that I created with machine ,
-
I install docker-machine on ubuntu running on virtual box
-
I deploy docker hosts to virtual box and to digital ocean
-
I connect to them eval $(docker-machine env test)
-
I run a my sql install and disconnect “eval $(docker-machine env -u)”
-
now I attempt to create another host on the virtual box with “docker-machine create --driver --virtualbox testtest”
-
I get the error " error creating machine :hosts Unknown driver “–virtualbox”
thanks