docker-machine
Create and manage machines running Docker.
- 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}
docker-machine start {name}
docker-machine stop {name}
- Inspect information about a machine:
docker-machine inspect {name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).