Files
docker-docs/machine/reference/status.md
Sebastiaan van Stijn 20bbd99d44 machine: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:22 +02:00

22 lines
307 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:
```console
$ docker-machine status dev
Running
```