mirror of https://github.com/docker/docs.git
25 lines
407 B
Markdown
25 lines
407 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "start"
|
|
description = "Start a machine"
|
|
keywords = ["machine, start, subcommand"]
|
|
[menu.main]
|
|
identifier="machine.start"
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# start
|
|
|
|
Usage: docker-machine start [arg...]
|
|
|
|
Start a machine
|
|
|
|
Description:
|
|
Argument(s) are one or more machine names.
|
|
|
|
For example:
|
|
|
|
$ docker-machine start dev
|
|
Starting VM...
|