mirror of https://github.com/docker/cli.git
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
|
|
||
|
---
|
||
|
title: "node"
|
||
|
description: "The node command description and usage"
|
||
|
keywords: "node"
|
||
|
---
|
||
|
|
||
|
<!-- This file is maintained within the docker/docker Github
|
||
|
repository at https://github.com/docker/docker/. Make all
|
||
|
pull requests against that repo. If you see this file in
|
||
|
another repository, consider it read-only there, as it will
|
||
|
periodically be overwritten by the definitive file. Pull
|
||
|
requests which include edits to this file in other repositories
|
||
|
will be rejected.
|
||
|
-->
|
||
|
|
||
|
# node
|
||
|
|
||
|
```markdown
|
||
|
Usage: docker node COMMAND
|
||
|
|
||
|
Manage Swarm nodes
|
||
|
|
||
|
Options:
|
||
|
--help Print usage
|
||
|
|
||
|
Commands:
|
||
|
demote Demote one or more nodes from manager in the swarm
|
||
|
inspect Display detailed information on one or more nodes
|
||
|
ls List nodes in the swarm
|
||
|
promote Promote one or more nodes to manager in the swarm
|
||
|
ps List tasks running on one or more nodes, defaults to current node
|
||
|
rm Remove one or more nodes from the swarm
|
||
|
update Update a node
|
||
|
|
||
|
Run 'docker node COMMAND --help' for more information on a command.
|
||
|
```
|
||
|
|
||
|
## Description
|
||
|
|
||
|
Manage nodes.
|
||
|
|