Files
docker-docs/machine/reference/status.md
Sebastiaan van Stijn 19c6cb8f1c Markdown: fix some code-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:50:31 +01:00

23 lines
328 B
Markdown

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