mirror of https://github.com/docker/docs.git
22 lines
298 B
Markdown
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...
|
|
``` |