docs/machine/reference/start.md

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...
```