Splitting out docs Fixing location of help entering in changes from testing Filling in some missing structure Updating with the comments from Nathan Updating with the comments from Nathan Updating after talk with Evan/Nathan Signed-off-by: Mary Anthony <mary@docker.com>
19 lines
253 B
Markdown
19 lines
253 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "start"
|
|
description = "Start a machine"
|
|
keywords = ["machine, start, subcommand"]
|
|
[menu.main]
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# start
|
|
|
|
Start a machine.
|
|
|
|
```
|
|
$ docker-machine start dev
|
|
Starting VM...
|
|
```
|