closes #1471 by adding the status command that prints the state of a machine. Signed-off-by: Sergio Botero <sergiobuj@gmail.com>
19 lines
274 B
Markdown
19 lines
274 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "status"
|
|
description = "Get the status of a machine"
|
|
keywords = ["machine, status, subcommand"]
|
|
[menu.main]
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# status
|
|
|
|
Get the status of a machine.
|
|
|
|
```
|
|
$ docker-machine status dev
|
|
Running
|
|
```
|