github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/docs/reference/commandline/node_update.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "node update"
     4  description = "The node update command description and usage"
     5  keywords = ["resources, update, dynamically"]
     6  advisory = "rc"
     7  [menu.main]
     8  parent = "smn_cli"
     9  +++
    10  <![end-metadata]-->
    11  
    12  ## update
    13  
    14      Usage: docker node update [OPTIONS] Node
    15  
    16      Update a node
    17  
    18      Options:
    19        --availability string   Availability of the node (active/pause/drain)
    20        --help                  Print usage
    21        --membership string     Membership of the node (accepted/rejected)
    22        --role string           Role of the node (worker/manager)
    23  
    24  
    25  
    26  ## Related information
    27  
    28  * [node inspect](node_inspect.md)
    29  * [node tasks](node_tasks.md)
    30  * [node ls](node_ls.md)
    31  * [node rm](node_rm.md)