Versions in this module Expand all Collapse all v1 v1.7.0 Jun 18, 2015 Changes in this version + type AuthResponse struct + Status string + type Container struct + Command string + Created int + ID string + Image string + Labels map[string]string + Names []string + Ports []Port + SizeRootFs int + SizeRw int + Status string + type ContainerChange struct + Kind int + Path string + type ContainerCommitResponse struct + ID string + type ContainerConfig struct + CpuShares int64 + Cpuset string + Memory int64 + MemorySwap int64 + type ContainerExecCreateResponse struct + ID string + type ContainerJSON struct + Config *runconfig.Config + type ContainerJSONBase struct + AppArmorProfile string + Args []string + Created time.Time + Driver string + ExecDriver string + ExecIDs []string + HostConfig *runconfig.HostConfig + HostnamePath string + HostsPath string + Id string + Image string + LogPath string + MountLabel string + Name string + NetworkSettings *network.Settings + Path string + ProcessLabel string + ResolvConfPath string + RestartCount int + State *ContainerState + Volumes map[string]string + VolumesRW map[string]bool + type ContainerJSONRaw struct + Config *ContainerConfig + type ContainerProcessList struct + Processes [][]string + Titles []string + type ContainerState struct + Dead bool + Error string + ExitCode int + FinishedAt time.Time + OOMKilled bool + Paused bool + Pid int + Restarting bool + Running bool + StartedAt time.Time + type ContainerWaitResponse struct + StatusCode int + type CopyConfig struct + Resource string + type ExecStartCheck struct + Detach bool + Tty bool + type Image struct + Created int + ID string + Labels map[string]string + ParentId string + RepoDigests []string + RepoTags []string + Size int + VirtualSize int + type ImageDelete struct + Deleted string + Untagged string + type ImageHistory struct + Comment string + Created int64 + CreatedBy string + ID string + Size int64 + Tags []string + type ImageInspect struct + Architecture string + Author string + Comment string + Config *runconfig.Config + Container string + ContainerConfig *runconfig.Config + Created time.Time + DockerVersion string + Id string + Os string + Parent string + Size int64 + VirtualSize int64 + type Info struct + Containers int + CpuCfsPeriod bool + CpuCfsQuota bool + Debug bool + DockerRootDir string + Driver string + DriverStatus [][2]string + ExecutionDriver string + ExperimentalBuild bool + HttpProxy string + HttpsProxy string + ID string + IPv4Forwarding bool + Images int + IndexServerAddress string + InitPath string + InitSha1 string + KernelVersion string + Labels []string + LoggingDriver string + MemTotal int64 + MemoryLimit bool + NCPU int + NEventsListener int + NFd int + NGoroutines int + Name string + NoProxy string + OomKillDisable bool + OperatingSystem string + RegistryConfig interface{} + SwapLimit bool + SystemTime string + type Port struct + IP string + PrivatePort int + PublicPort int + Type string type Stats + PreCpuStats CpuStats + type Version struct + ApiVersion version.Version + Arch string + Experimental bool + GitCommit string + GoVersion string + KernelVersion string + Os string + Version string v1.6.0 Apr 16, 2015 Changes in this version + type BlkioStatEntry struct + Major uint64 + Minor uint64 + Op string + Value uint64 + type BlkioStats struct + IoMergedRecursive []BlkioStatEntry + IoQueuedRecursive []BlkioStatEntry + IoServiceBytesRecursive []BlkioStatEntry + IoServiceTimeRecursive []BlkioStatEntry + IoServicedRecursive []BlkioStatEntry + IoTimeRecursive []BlkioStatEntry + IoWaitTimeRecursive []BlkioStatEntry + SectorsRecursive []BlkioStatEntry + type ContainerCreateResponse struct + ID string + Warnings []string + type CpuStats struct + CpuUsage CpuUsage + SystemUsage uint64 + ThrottlingData ThrottlingData + type CpuUsage struct + PercpuUsage []uint64 + TotalUsage uint64 + UsageInKernelmode uint64 + UsageInUsermode uint64 + type MemoryStats struct + Failcnt uint64 + Limit uint64 + MaxUsage uint64 + Stats map[string]uint64 + Usage uint64 + type Network struct + RxBytes uint64 + RxDropped uint64 + RxErrors uint64 + RxPackets uint64 + TxBytes uint64 + TxDropped uint64 + TxErrors uint64 + TxPackets uint64 + type Stats struct + BlkioStats BlkioStats + CpuStats CpuStats + MemoryStats MemoryStats + Network Network + Read time.Time + type ThrottlingData struct + Periods uint64 + ThrottledPeriods uint64 + ThrottledTime uint64