mirror of https://github.com/docker/docs.git
Fix first sentence in docs
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
087e2452f3
commit
76f35282cb
|
|
@ -10,11 +10,11 @@ parent="smn_workw_swarm"
|
||||||
|
|
||||||
# Docker Swarm
|
# Docker Swarm
|
||||||
|
|
||||||
Docker Swarm is native clustering for Docker. It allows you create and access to
|
Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts
|
||||||
a pool of Docker hosts using the full suite of Docker tools. Because Docker
|
into a single, virtual Docker host. Because Docker Swarm serves the standard
|
||||||
Swarm serves the standard Docker API, any tool that already communicates with a
|
Docker API, any tool that already communicates with a Docker daemon can use
|
||||||
Docker daemon can use Swarm to transparently scale to multiple hosts. Supported
|
Swarm to transparently scale to multiple hosts. Supported tools include, but
|
||||||
tools include, but are not limited to, the following:
|
are not limited to, the following:
|
||||||
|
|
||||||
- Dokku
|
- Dokku
|
||||||
- Docker Compose
|
- Docker Compose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue