27

$ docker-machine create -d "virtualbox" default
Docker machine "default" already exists

$ docker-machine stop
Stopping "default"...
machine does not exist

nice, thanks docker

Comments
Add Comment