Files
docker-docs/machine/reference/start.md
Usha Mandya a247c105f7 Update the metadata and keywords for SEO (#10030)
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00

23 lines
322 B
Markdown

---
description: Start a machine
keywords: machine, start, subcommand
title: docker-machine start
hide_from_sitemap: true
---
```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...
```