mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
21 lines
628 B
Markdown
21 lines
628 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "Command line reference"
|
|
description = "Docker Swarm Commands Overview"
|
|
keywords = ["Swarm, cluster, commands"]
|
|
[menu.main]
|
|
identifier="smn_swarm_subcmds"
|
|
parent="workw_swarm"
|
|
weight=80
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# Docker Swarm command line reference
|
|
|
|
- [swarm](swarm.md) — Run a Swarm container on Docker Engine
|
|
- [create](create.md) — Create a discovery token
|
|
- [list](list.md) — List the nodes in a Docker cluster
|
|
- [manage](manage.md) — Create a Swarm manager
|
|
- [join](join.md) — Create a Swarm node
|
|
- [help](help.md) — See a list of Swarm commands, or help for one command
|