23 lines
299 B
Markdown
23 lines
299 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:
|
||
|
|
||
|
```bash
|
||
|
$ docker-machine start dev
|
||
|
|
||
|
Starting VM...
|
||
|
```
|