Files
docker-docs/machine/reference/start.md
Sebastiaan van Stijn 26926972ea machine: handle indexing through config
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:32:17 +02:00

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