github.com/sld880311/docker@v0.0.0-20200524143708-d5593973a475/docs/reference/commandline/node.md (about)

     1  
     2  ---
     3  title: "node"
     4  description: "The node command description and usage"
     5  keywords: "node"
     6  ---
     7  
     8  <!-- This file is maintained within the docker/docker Github
     9       repository at https://github.com/docker/docker/. Make all
    10       pull requests against that repo. If you see this file in
    11       another repository, consider it read-only there, as it will
    12       periodically be overwritten by the definitive file. Pull
    13       requests which include edits to this file in other repositories
    14       will be rejected.
    15  -->
    16  
    17  # node
    18  
    19  ```markdown
    20  Usage:  docker node COMMAND
    21  
    22  Manage Swarm nodes
    23  
    24  Options:
    25        --help   Print usage
    26  
    27  Commands:
    28    demote      Demote one or more nodes from manager in the swarm
    29    inspect     Display detailed information on one or more nodes
    30    ls          List nodes in the swarm
    31    promote     Promote one or more nodes to manager in the swarm
    32    ps          List tasks running on one or more nodes, defaults to current node
    33    rm          Remove one or more nodes from the swarm
    34    update      Update a node
    35  
    36  Run 'docker node COMMAND --help' for more information on a command.
    37  ```
    38  
    39  ## Description
    40  
    41  Manage nodes.
    42