You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**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) |
83
+
|**UNREACHABLE**| The swarm is sending heartbeat pings and Docker Cloud is receiving them, but Cloud cannot connect to the swarm. | Remove |
84
+
|**UNAVAILABLE**| Docker Cloud is not receiving heartbeats from the swarm. | Remove |
85
+
|**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 |
87
+
|**REMOVED**| The swarm was unregistered from Docker Cloud but not destroyed. The swarm will be removed from list in 5 minutes. | None |
> **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.
90
+
### Understanding and resolving problems
91
+
92
+
* If a swarm is publicly UNREACHABLE, it may be behind a firewall or NAT.
93
+
94
+
* 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.
95
+
96
+
* Removing a swarm only removes the swarm from the interface in Docker Cloud (i.e., [unregisters](#unregister-a-swarm-from-docker-cloud) it). It does not
97
+
change the swarm itself or any processes running on the swarm.
0 commit comments