docker-machine
Create and manage machines running Docker. More information: <https://docs.docker.com/machine/reference/>.
Install
- All systems
-
curl cmd.cat/docker-machine.sh
- Arch Linux
-
pacman -S docker-machine - OS X
-
brew install docker-machine
Create and manage machines running Docker. More information: <https://docs.docker.com/machine/reference/>.
-
List currently running docker machines:
docker-machine ls -
Create a new docker machine with specific name:
docker-machine create name -
Get the status of a machine:
docker-machine status name -
Start a machine:
docker-machine start name -
Stop a machine:
docker-machine stop name -
Inspect information about a machine:
docker-machine inspect name
© tl;dr; authors and contributors