This commit is contained in:
JMARyA 2024-04-18 09:50:12 +02:00
parent 9094e2efe7
commit 1d3f63901b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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 |