mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
22 lines
307 B
Markdown
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
|
|
``` |