Error:
+{container.Error}
+This could be caused by:
++ This view shows containers deployed as{" "} + Swarm services. Standalone or + Docker Compose containers won't appear here. +
+To see containers in this view, make sure your applications are:
+
+ Stack
+ {" "}
+ type (not{" "}
+
+ Docker Compose
+
+ ) to run as Swarm services.
+ This can happen when:
++ Showing containers across{" "} + {nodes?.length ?? 0} swarm node(s) + {statsLoading ? "" : " (metrics refresh every 5s)"} +
++ {downNodes.length} node(s) down or drained +
+ )} ++ {unscheduledServices.length} with no running tasks +
+ )} ++ The following nodes are not ready or have been drained. + Containers scheduled on these nodes may not be running. +
++ Manage nodes in{" "} + + Cluster Settings + +
+docker stats.
+ Containers running on worker nodes will show “--” for metrics.
+ + These services exist in the swarm but have no running + containers. They may be scaled to 0 replicas or failing to start. +
++ Helpful resources: +
++ This feature requires Docker Swarm to be initialized and active. + To get started: +
+
+ docker swarm init
+
+
+ docker info | grep Swarm
+
+