thoughts on interfaces

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-03-16 13:24:39 +01:00
parent 5d740b4611
commit b97d7fc68f

View File

@ -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 // ???