mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
---
|
|
metaLinks:
|
|
alternates:
|
|
- https://app.gitbook.com/s/j6QEqM3Sd94bdPsX4HaN/user/docker/dashboard
|
|
---
|
|
|
|
# Dashboard
|
|
|
|
The Docker/Swarm dashboard summarizes your Docker Standalone or Docker Swarm environment and shows the components that make up the environment. 
|
|
|
|
## Environment info
|
|
|
|
{% hint style="info" %}
|
|
This section is visible only to Docker Standalone and Podman environments.
|
|
{% endhint %}
|
|
|
|
This section shows the environment name, its URL and port along with any [tags](../../admin/environments/tags.md#tagging-an-environment). You can also see the number of CPU cores (and their available memory), the Docker/Podman version, and whether or not the Portainer Agent is installed. 
|
|
|
|
<figure><img src="../../.gitbook/assets/2.15-docker-standalone-dashboard.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
## Cluster information
|
|
|
|
{% hint style="info" %}
|
|
This section is visible only to Docker Swarm environments.
|
|
{% endhint %}
|
|
|
|
This section shows how many nodes are in the cluster and a link to the [cluster visualizer](swarm/cluster-visualizer.md).
|
|
|
|
<figure><img src="../../.gitbook/assets/2.15-docker-dashboard-swarm.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
## Summary tiles
|
|
|
|
The remaining dashboard is made up of tiles showing the number of [stacks](stacks/), [services](services/) (for Docker Swarm), [containers](containers/) (including health and running-status metrics), [images](images/) (and how much disk space they consume), [volumes](volumes/) and [networks](networks/), and GPUs (if enabled).
|
|
|
|
<figure><img src="../../.gitbook/assets/2.15-docker-dashboard-tiles.png" alt=""><figcaption></figcaption></figure>
|
|
|