Files
docker-docs/machine/reference/start.md
Gaetan 75fe044313 fix type of keywords entry in frontmatter (in /machine/) (#556)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00

22 lines
298 B
Markdown

---
description: Start a machine
keywords: machine, start, subcommand
title: docker-machine start
---
```none
Usage: docker-machine start [arg...]
Start a machine
Description:
Argument(s) are one or more machine names.
```
For example:
```none
$ docker-machine start dev
Starting VM...
```