Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + const DockerDefaultNamespace + func JoinDockerPullSpec(registry, namespace, name, tag string) string + func SplitDockerPullSpec(spec string) (registry, namespace, name, tag string, err error) + func SplitOpenShiftPullSpec(spec string) (registry, namespace, name, tag string, err error) + type DockerConfig struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + CPUSet string + CPUShares int64 + Cmd []string + DNS []string + Domainname string + Entrypoint []string + Env []string + ExposedPorts map[string]struct{} + Hostname string + Image string + Memory int64 + MemorySwap int64 + NetworkDisabled bool + OpenStdin bool + PortSpecs []string + StdinOnce bool + Tty bool + User string + Volumes map[string]struct{} + VolumesFrom string + WorkingDir string + type DockerImage struct + Architecture string + Author string + Comment string + Config DockerConfig + Container string + ContainerConfig DockerConfig + Created util.Time + DockerVersion string + ID string + Parent string + Size int64 + func (*DockerImage) IsAnAPIObject() + type Image struct + DockerImageMetadata DockerImage + DockerImageMetadataVersion string + DockerImageReference string + func (*Image) IsAnAPIObject() + type ImageList struct + Items []Image + func (*ImageList) IsAnAPIObject() + type ImageRepository struct + DockerImageRepository string + Status ImageRepositoryStatus + Tags map[string]string + func (*ImageRepository) IsAnAPIObject() + type ImageRepositoryList struct + Items []ImageRepository + func (*ImageRepositoryList) IsAnAPIObject() + type ImageRepositoryMapping struct + DockerImageRepository string + Image Image + Tag string + func (*ImageRepositoryMapping) IsAnAPIObject() + type ImageRepositoryStatus struct + DockerImageRepository string