mirror of https://github.com/docker/docs.git
Merge pull request #1393 from KickingTheTV/patch-2
Fix info message to be more clear
This commit is contained in:
commit
5bb4e32296
|
@ -113,7 +113,7 @@ Swarms that are registered in Docker Cloud appear in the Swarms list. Each line
|
|||
- **UNAVAILABLE**: Docker Cloud is not receiving any heartbeats from the swarm.
|
||||
- **REMOVED**: the swarm has been unregistered from Docker Cloud and will be removed from the list soon.
|
||||
|
||||
> **Note**: [Removing a swarm](#unregister-a-swarm-from-Docker-cloud) only makes the swarm unavailable in Docker Cloud. It does not change the swarm itself or any processes running on the swarm.
|
||||
> **Note**: [Removing a swarm](#unregister-a-swarm-from-Docker-cloud) only removes the swarm from the interface in Docker Cloud. It does not change the swarm itself or any processes running on the swarm.
|
||||
|
||||
## Connect to a swarm through Docker Cloud
|
||||
|
||||
|
|
Loading…
Reference in New Issue