Create swarm.md (#3606)

Add code style for command and its output.
This commit is contained in:
Wang Jie
2017-06-16 05:31:05 +08:00
committed by John Mulhausen
parent 5175619a47
commit 7472a1b219

View File

@@ -19,15 +19,21 @@ For example, you use `swarm` with the `manage` subcommand to create a Swarm mana
The `swarm` command has the following options:
* `--debug` — Enable debug mode. Display messages that you can use to debug a Swarm node. For example:
time="2016-02-17T17:57:40Z" level=fatal msg="discovery required to join a cluster. See 'swarm join --help'."
```
time="2016-02-17T17:57:40Z" level=fatal msg="discovery required to join a cluster. See 'swarm join --help'."
```
The environment variable for this option is `[$DEBUG]`.
* `--log-level "<value>"` or `-l "<value>"` — Set the log level. Where `<value>` is: `debug`, `info`, `warn`, `error`, `fatal`, or `panic`. The default value is `info`.
* `--experimental` — Enable experimental features.
* `--help` or `-h` — Display help.
* `--version` or `-v` — Display the version. For example:
$ docker run swarm --version
swarm version 1.1.0 (a0fd82b)
```
$ docker run swarm --version
swarm version 1.1.0 (a0fd82b)
```
## Commands
The `swarm` command has the following subcommands:
@@ -36,4 +42,4 @@ The `swarm` command has the following subcommands:
- [list, l](list.md) - List the nodes in a Docker cluster
- [manage, m](manage.md) - Create a Swarm manager
- [join, j](join.md) - Create a Swarm node
- [help](help.md) - Display a list of Swarm commands, or help for one command
- [help](help.md) - Display a list of Swarm commands, or help for one command