1
0
mirror of https://github.com/docker/cli.git synced 2025-08-17 07:21:07 +03:00
Files
cli/docs/reference/commandline/node_update.md
Dong Chen ab696a54ef Support node label update.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2017-06-02 00:07:51 +00:00

864 B

update

Usage:  docker node update [OPTIONS] NODE

Update a node

Options:
      --availability string   Availability of the node (active/pause/drain)
      --help                  Print usage
      --label-add value       Add or update a node label (key=value) (default [])
      --label-rm value        Remove a node label if exists (default [])
      --membership string     Membership of the node (accepted/rejected)
      --role string           Role of the node (worker/manager)