these markdown files are not consumed directly in the docs, but only their content is included through the YAML does, so there's no need to have these comments in them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
34 lines
709 B
Markdown
34 lines
709 B
Markdown
|
|
---
|
|
title: "node"
|
|
description: "The node command description and usage"
|
|
keywords: "node"
|
|
---
|
|
|
|
# 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.
|
|
|