summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoug tangren <d.tangren@gmail.com>2018-09-29 00:03:37 -0400
committerGitHub <noreply@github.com>2018-09-29 00:03:37 -0400
commit876df9ef6b2df18f970186b5ebf2284b157886eb (patch)
tree0c20d2f7e5a2a6e436d27e8fc7f5220b124f7754 /src
parenta9d93939d36cabf855922957ae4e005d8c378a0f (diff)
parentb3320ee937ea42cd3c89eb1ea0ee453824b242a9 (diff)
Merge pull request #93 from fkrull/inspect-name
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,