From b97d7fc68ffe366040a998c77596d947d6f99cb9 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 16 Mar 2016 13:24:39 +0100 Subject: [PATCH] thoughts on interfaces Signed-off-by: Antonio Murdaca --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index 790e1e00..9b330b25 100644 --- a/types/types.go +++ b/types/types.go @@ -30,7 +30,7 @@ type ImageManifest struct { ContainerConfig *containerTypes.Config // remove docker/docker code, this isn't needed DockerVersion string Author string - Config *containerTypes.Config // remove docker/docker code, needs just Labels here for now + Config *containerTypes.Config // remove docker/docker code, needs just Labels here for now, maybe Cmd? Hostname? Architecture string Os string Layers []string // ???