update
This commit is contained in:
@@ -144,8 +144,8 @@ async function getDockerStats() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
totalContainers: containers.length - 3, // Exclude 3 system containers
|
totalContainers: containers.length - 2, // Exclude 2 system containers
|
||||||
runningContainers: runningContainers.length - 3,
|
runningContainers: runningContainers.length - 2,
|
||||||
totalCpu,
|
totalCpu,
|
||||||
totalMemory,
|
totalMemory,
|
||||||
totalNetwork: {
|
totalNetwork: {
|
||||||
|
Reference in New Issue
Block a user