fix
This commit is contained in:
parent
9094e2efe7
commit
1d3f63901b
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ Usage: `docker node update [OPTIONS] NODE`
|
|||
| Option | Description |
|
||||
| ----------------------- | ----------------------------------------------------- |
|
||||
| `--availability state` | Availability of the node (`active`, `pause`, `drain`) |
|
||||
| `--label-add key=value` | Add or update a node label |
|
||||
| `--label-add key=value` | Add or update a node label |
|
||||
| `--label-rm key` | Remove a node label if exists |
|
||||
| `--role role` | Role of the node (`worker`, `manager`) |
|
||||
|
||||
|
@ -132,7 +132,7 @@ Usage: `docker stack deploy [OPTIONS] STACK`
|
|||
|
||||
#### Options
|
||||
|
||||
| Option | Description |
|
||||
| Option | Description |
|
||||
| ------------------------- | ---------------------------------------------------- |
|
||||
| `-c, --compose-file file` | Path to a Compose file, or `-` to read from stdin |
|
||||
| `--prune` | Prune services that are no longer referenced |
|
||||
|
|
Loading…
Reference in a new issue