Versions in this module Expand all Collapse all v0 v0.16.0 Apr 4, 2018 Changes in this version + const TypeLayers + const V2S2MediaTypeImageConfig + const V2S2MediaTypeLayer + const V2S2MediaTypeManifest + const V2S2MediaTypeUncompressedLayer + type Config struct + ArgsEscaped bool + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd strslice.StrSlice + Domainname string + Entrypoint strslice.StrSlice + Env []string + ExposedPorts PortSet + Healthcheck *HealthConfig + Hostname string + Image string + Labels map[string]string + MacAddress string + NetworkDisabled bool + OnBuild []string + OpenStdin bool + Shell strslice.StrSlice + StdinOnce bool + StopSignal string + StopTimeout *int + Tty bool + User string + Volumes map[string]struct{} + WorkingDir string + type HealthConfig struct + Interval time.Duration + Retries int + Test []string + Timeout time.Duration + type ID digest.Digest + type Port string + type PortSet map[Port]struct + type V1Compatibility struct + Author string + Comment string + ContainerConfig struct{ ... } + Created time.Time + ID string + Parent string + ThrowAway bool + type V1Image struct + Architecture string + Author string + Comment string + Config *Config + Container string + ContainerConfig Config + Created time.Time + DockerVersion string + ID string + OS string + Parent string + Size int64 + type V2Image struct + History []V2S2History + OSFeatures []string + OSVersion string + Parent ID + RootFS *V2S2RootFS + type V2S1FSLayer struct + BlobSum digest.Digest + type V2S1History struct + V1Compatibility string + type V2S1Manifest struct + Architecture string + FSLayers []V2S1FSLayer + History []V2S1History + Name string + Tag string + type V2S2Descriptor struct + Digest digest.Digest + MediaType string + Size int64 + URLs []string + type V2S2History struct + Author string + Comment string + Created time.Time + CreatedBy string + EmptyLayer bool + type V2S2Manifest struct + Config V2S2Descriptor + Layers []V2S2Descriptor + type V2S2RootFS struct + DiffIDs []digest.Digest + Type string + type V2Versioned struct + MediaType string + SchemaVersion int