summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Krull <f_krull@gmx.de>2018-09-27 19:01:24 +0200
committerFelix Krull <f_krull@gmx.de>2018-09-27 19:01:24 +0200
commitb3320ee937ea42cd3c89eb1ea0ee453824b242a9 (patch)
treea30af1108bec8be75140b9946d27e50d375330d0 /src
parent061853516312406019ae4344ba662480ba5a5988 (diff)
Add Name field to inspect result
Diffstat (limited to 'src')
-rw-r--r--src/rep.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rep.rs b/src/rep.rs
index f8f6b5d..5050dbe 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -70,6 +70,7 @@ pub struct ContainerDetails {
pub Id: String,
pub Image: String,
pub MountLabel: String,
+ pub Name: String,
pub NetworkSettings: NetworkSettings,
pub Path: String,
pub ProcessLabel: String,