get clientcontainer; container findable with id image name ahs to be implemented

This commit is contained in:
2025-10-01 11:36:12 +02:00
parent d7a58e00da
commit d994be757e
5 changed files with 47 additions and 70 deletions

View File

@@ -102,7 +102,7 @@ pub struct Acknowledgment {
#[derive(Debug, Serialize, Clone)]
pub struct DockerContainer {
pub ID: String,
pub ID: u32,
pub image: String,
pub Name: String,
pub Status: String, // "running";"stopped";others