Versions in this module Expand all Collapse all v0 v0.6.1 Jun 1, 2018 v0.5.4 May 25, 2018 v0.5.3 May 18, 2018 v0.5.2 May 11, 2018 v0.5.1 May 4, 2018 v0.4.4 Apr 27, 2018 Changes in this version type ImageData + ManifestType string v0.4.3 Apr 20, 2018 v0.4.2 Apr 13, 2018 v0.4.1 Apr 5, 2018 Changes in this version type ContainerInspectData + Dependencies []string v0.3.5 Mar 29, 2018 v0.3.4 Mar 23, 2018 v0.3.3 Mar 16, 2018 Changes in this version type HostConfig + Tmpfs []string v0.3.2 Mar 9, 2018 v0.3.1 Mar 2, 2018 v0.2.2 Feb 23, 2018 Changes in this version + type ImageResult struct + ConfigDigest digest.Digest + Created time.Time + Dangling bool + Digest digest.Digest + ID string + Labels map[string]string + RepoDigests []string + RepoTags []string + Repository string + Size *uint64 + Tag string v0.2.1 Feb 16, 2018 Changes in this version + type ContainerData struct + Config *CtrConfig + HostConfig *HostConfig + type ContainerInspectData struct + AppArmorProfile string + Args []string + Created time.Time + Driver string + ExecIDs []string + GraphDriver *Data + HostnamePath string + HostsPath string + ID string + ImageID string + ImageName string + LogPath string + MountLabel string + Mounts []specs.Mount + Name string + NetworkSettings *NetworkSettings + Path string + ProcessLabel string + ResolvConfPath string + RestartCount int32 + SizeRootFs int64 + SizeRw int64 + State *ContainerInspectState + StaticDir string + type ContainerInspectState struct + Dead bool + Error string + ExitCode int32 + FinishedAt time.Time + OOMKilled bool + OciVersion string + Paused bool + Pid int + Restarting bool + Running bool + StartedAt time.Time + Status string + type CtrConfig struct + Annotations map[string]string + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd []string + DomainName string + Entrypoint string + Env []string + Hostname string + Image string + Labels map[string]string + OpenStdin bool + StdinOnce bool + StopSignal uint + Tty bool + User specs.User + Volumes map[string]struct{} + WorkingDir string + type Data struct + Data map[string]string + Name string + type HostConfig struct + AutoRemove bool + BlkioDeviceReadBps []specs.LinuxThrottleDevice + BlkioDeviceReadIOps []specs.LinuxThrottleDevice + BlkioDeviceWriteBps []specs.LinuxThrottleDevice + BlkioDeviceWriteIOps []specs.LinuxThrottleDevice + BlkioWeight *uint16 + BlkioWeightDevice []specs.LinuxWeightDevice + CPUCount int + CPUPercent int + CPUPeriod *uint64 + CPUQuota *int64 + CPURealtimePeriod *uint64 + CPURealtimeRuntime *int64 + CPUSetCPUs string + CPUSetMems string + CPUShares *uint64 + CapAdd []string + CapDrop []string + Cgroup string + CgroupParent string + ConsoleSize *specs.Box + ContainerIDFile string + DNS []string + DNSOptions []string + DNSSearch []string + Devices []specs.LinuxDevice + DiskQuota int + ExtraHosts []string + GroupAdd []uint32 + IOMaximumBandwidth int + IOMaximumIOps int + IpcMode string + Isolation string + KernelMemory *int64 + LogConfig *LogConfig + Memory int64 + MemoryReservation *int64 + MemorySwap *int64 + MemorySwappiness *uint64 + NanoCPUs int + NetworkMode string + OomKillDisable *bool + OomScoreAdj *int + PidMode string + PidsLimit *int64 + PortBindings nat.PortMap + Privileged bool + PublishAllPorts bool + ReadonlyRootfs bool + Runtime string + SecurityOpt []string + ShmSize int64 + UTSMode string + Ulimits []string + UsernsMode string + type ImageData struct + Annotations map[string]string + Architecture string + Author string + Comment string + ContainerConfig *v1.ImageConfig + Created *time.Time + Digest digest.Digest + GraphDriver *Data + ID string + Labels map[string]string + Os string + Parent string + RepoDigests []string + RepoTags []string + RootFS *RootFS + Size int64 + Version string + VirtualSize int64 + type LogConfig struct + Config map[string]string + Type string + type NetworkSettings struct + Bridge string + EndpointID string + Gateway string + GlobalIPv6Addresses []string + GlobalIPv6PrefixLen int + HairpinMode bool + IPAddress string + IPPrefixLen int + IPv6Gateway string + LinkLocalIPv6Address string + LinkLocalIPv6PrefixLen int + MacAddress string + Ports []ocicni.PortMapping + SandboxID string + SandboxKey string + SecondaryIPAddresses []string + SecondaryIPv6Addresses []string + type RootFS struct + Layers []digest.Digest + Type string