Files
docker-docs/machine/reference/status.md
Gaetan 75fe044313 fix type of keywords entry in frontmatter (in /machine/) (#556)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00

21 lines
299 B
Markdown

---
description: Get the status of a machine
keywords: machine, status, subcommand
title: docker-machine status
---
```none
Usage: docker-machine status [arg...]
Get the status of a machine
Description:
Argument is a machine name.
```
For example:
```
$ docker-machine status dev
Running
```