fix(docker): enhance container status aggregation to include restarting and exited states

This commit is contained in:
Andras Bacsai
2025-09-18 16:51:08 +02:00
parent 2a69713176
commit f515870f36
4 changed files with 112 additions and 15 deletions

View File

@@ -8360,7 +8360,10 @@
"is_preview": {
"type": "boolean"
},
"is_buildtime_only": {
"is_runtime": {
"type": "boolean"
},
"is_buildtime": {
"type": "boolean"
},
"is_shared": {