docker-machine

Crea e gestisci macchine che utilizzano Docker. Maggiori informazioni: https://github.com/docker/machine.

docker-machine ls

docker-machine create {{nome}}

docker-machine status {{nome}}

docker-machine start {{nome}}

docker-machine stop {{nome}}

docker-machine inspect {{nome}}