mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
23 lines
302 B
Markdown
23 lines
302 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:
|
|
|
|
```console
|
|
$ docker-machine start dev
|
|
|
|
Starting VM...
|
|
``` |