mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
30 lines
516 B
Markdown
30 lines
516 B
Markdown
---
|
|
description: Show command help
|
|
keywords: machine, help, subcommand
|
|
title: docker-machine help
|
|
---
|
|
|
|
```none
|
|
Usage: docker-machine help [arg...]
|
|
|
|
Shows a list of commands or help for one command
|
|
```
|
|
|
|
Usage: docker-machine help _subcommand_
|
|
|
|
For example:
|
|
|
|
```console
|
|
$ docker-machine help config
|
|
|
|
Usage: docker-machine config [OPTIONS] [arg...]
|
|
|
|
Print the connection config for machine
|
|
|
|
Description:
|
|
Argument is a machine name.
|
|
|
|
Options:
|
|
|
|
--swarm Display the Swarm config instead of the Docker daemon
|
|
``` |