Files
docker-docs/machine/reference/help.md
Usha Mandya a247c105f7 Update the metadata and keywords for SEO (#10030)
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00

30 lines
536 B
Markdown

---
description: Show command help
keywords: machine, help, subcommand
title: docker-machine help
hide_from_sitemap: true
---
```none
Usage: docker-machine help [arg...]
Shows a list of commands or help for one command
```
Usage: docker-machine help _subcommand_
For example:
```none
$ 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
```