mirror of https://github.com/docker/docs.git
25 lines
370 B
Markdown
25 lines
370 B
Markdown
---
|
|
description: Start a machine
|
|
keywords:
|
|
- machine, start, subcommand
|
|
menu:
|
|
main:
|
|
identifier: machine.start
|
|
parent: smn_machine_subcmds
|
|
title: start
|
|
---
|
|
|
|
# start
|
|
|
|
Usage: docker-machine start [arg...]
|
|
|
|
Start a machine
|
|
|
|
Description:
|
|
Argument(s) are one or more machine names.
|
|
|
|
For example:
|
|
|
|
$ docker-machine start dev
|
|
Starting VM...
|