summaryrefslogtreecommitdiffstats
path: root/src/rep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.rs')
-rw-r--r--src/rep.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rep.rs b/src/rep.rs
index 51f459e..7a96367 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -60,9 +60,12 @@ pub struct Container {
pub command: String,
pub id: String,
pub image: String,
+ #[serde(rename = "ImageID")]
+ pub image_id: String,
pub labels: HashMap<String, String>,
pub names: Vec<String>,
pub ports: Vec<Port>,
+ pub state: String,
pub status: String,
pub size_rw: Option<u64>,
pub size_root_fs: Option<u64>,