Files
docker-docs/machine/reference/status.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

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