Dashboard
Name {{ infoData.Name }}
Docker version {{ infoData.ServerVersion }}
CPU {{ infoData.NCPU }}
Memory {{ infoData.MemTotal|humansize }}
Nodes {{ infoData.SystemStatus[0][1] == 'primary' ? infoData.SystemStatus[3][1] : infoData.SystemStatus[4][1] }}
Swarm version {{ infoData.ServerVersion|swarmversion }}
Total CPU {{ infoData.NCPU }}
Total memory {{ infoData.MemTotal|humansize: 2 }}
This node is part of a Swarm cluster
Node role {{ infoData.Swarm.ControlAvailable ? 'Manager' : 'Worker' }}
Nodes in the cluster {{ infoData.Swarm.Nodes }}
{{ containerData.running }} running
{{ containerData.stopped }} stopped
{{ containerData.total }}
Containers
{{ imageData.size|humansize }}
{{ imageData.total }}
Images
{{ volumeData.total }}
Volumes
{{ networkData.total }}
Networks