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