Skip to content

Commit 9d66015

Browse files
KickingTheTVlondoncalling
authored andcommitted
Update doc (docker#2571)
Changed some wording, and updated actions available to match current actions supported
1 parent 0078fcb commit 9d66015

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-cloud/cloud-swarm/register-swarms.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,24 @@ You can now access this cluster using the following command in any Docker Engine
7272

7373
![List of swarms in Docker Cloud](images/cloud-swarms.png)
7474

75-
## Swarm statuses in Docker Cloud
75+
## Swarm states in Docker Cloud
7676

77-
Swarms that are registered in Docker Cloud appear in the Swarms list. Each line in the list shows the swarm's status. The statuses are:
77+
Swarms that are registered in Docker Cloud appear in the Swarms list. Each line in the list shows the swarm's state. The states are:
7878

79-
| Status | Description | Actions |
79+
| State | Description | Actions available |
8080
|:---------------|:--------------------------------------------------------|:---------------------------------|
8181
| **DEPLOYING** | Docker Cloud is in the process of provisioning the swarm. | None |
82-
| **DEPLOYED** | The swarm is running, connected, and sending heartbeat pings to Docker Cloud, and Cloud can contact it to run a health check. | All (Edit endpoint, view logs, review, terminate) |
82+
| **DEPLOYED** | The swarm is running, connected, and sending heartbeat pings to Docker Cloud, and Cloud can contact it to run a health check. | All (Edit endpoint, remove) |
8383
| **UNREACHABLE** | The swarm is sending heartbeat pings and Docker Cloud is receiving them, but Cloud cannot connect to the swarm. | Remove |
8484
| **UNAVAILABLE** | Docker Cloud is not receiving heartbeats from the swarm. | Remove |
8585
| **TERMINATING** | Docker Cloud is in the process of destroying this swarm. | None |
86-
| **TERMINATED** | The swarm has been destroyed and be removed from the list in 5 minutes. | None |
86+
| **TERMINATED** | The swarm has been destroyed and will be removed from the list in 5 minutes. | None |
8787
| **REMOVED** | The swarm was unregistered from Docker Cloud but not destroyed. The swarm will be removed from list in 5 minutes. | None |
88-
| **FAILED** | Provisioning failed. Please view logs for details. | View logs, remove |
88+
| **FAILED** | Provisioning failed. | remove |
8989

9090
### Understanding and resolving problems
9191

92-
* If a swarm is publicly UNREACHABLE, it may be behind a firewall or NAT.
92+
* If a swarm is UNREACHABLE, it may be behind a firewall or NAT.
9393

9494
* If a swarm is UNAVAILABLE check the swarm from your infrastructure provider. The manager node(s) may be unresponsive or the server proxy service might not be running. You can SSH into an UNAVAILABLE swarm.
9595

0 commit comments

Comments
 (0)