On this page you find all important commands for the CLI tool docker-machine. If the
command you are looking for is missing please ask our AI.
docker-machine
Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
List of commands for docker-machine:
-
docker:tldr:1b444 docker: Inspect information about a machine.$ docker-machine inspect ${name}try on your machineexplain this command
-
docker:tldr:612fa docker: Create a new docker machine with specific name.$ docker-machine create ${name}try on your machineexplain this command
-
docker:tldr:a95b3 docker: Get the status of a machine.$ docker-machine status ${name}try on your machineexplain this command
-
docker:tldr:dcddc docker: Stop a machine.$ docker-machine stop ${name}try on your machineexplain this command
-
docker:tldr:e7de7 docker: List currently running docker machines.$ docker-machine lstry on your machineexplain this command
-
docker:tldr:f6a23 docker: Start a machine.$ docker-machine start ${name}try on your machineexplain this command