Versions in this module Expand all Collapse all v0 v0.1.3 Jan 8, 2016 v0.1.2 Jan 8, 2016 Changes in this version type ContainerCreateConfig + NetworkingConfig *network.NetworkingConfig type NetworkConnect + EndpointConfig *network.EndpointSettings + type PidsStats struct + Current uint64 type Stats + PidsStats PidsStats v0.1.1 Jan 7, 2016 Changes in this version type ImageBuildOptions + IsolationLevel container.IsolationLevel type VolumesListResponse + Warnings []string v0.1.0 Jan 4, 2016 Changes in this version + type AuthConfig struct + Auth string + Email string + Password string + RegistryToken string + ServerAddress string + Username string + type AuthResponse struct + Status string + 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 CPUStats struct + CPUUsage CPUUsage + SystemUsage uint64 + ThrottlingData ThrottlingData + type CPUUsage struct + PercpuUsage []uint64 + TotalUsage uint64 + UsageInKernelmode uint64 + UsageInUsermode uint64 + type CloseWriter interface + CloseWrite func() error + type Container struct + Command string + Created int64 + HostConfig struct{ ... } + ID string + Image string + ImageID string + Labels map[string]string + Names []string + NetworkSettings *SummaryNetworkSettings + Ports []Port + SizeRootFs int64 + SizeRw int64 + Status string + type ContainerAttachOptions struct + ContainerID string + DetachKeys string + Stderr bool + Stdin bool + Stdout bool + Stream bool + type ContainerChange struct + Kind int + Path string + type ContainerCommitConfig struct + Author string + Comment string + Config *container.Config + MergeConfigs bool + Pause bool + Repo string + Tag string + type ContainerCommitOptions struct + Author string + Changes []string + Comment string + Config *container.Config + ContainerID string + Pause bool + RepositoryName string + Tag string + type ContainerCommitResponse struct + ID string + type ContainerCreateConfig struct + AdjustCPUShares bool + Config *container.Config + HostConfig *container.HostConfig + Name string + type ContainerCreateResponse struct + ID string + Warnings []string + type ContainerExecCreateResponse struct + ID string + type ContainerExecInspect struct + ContainerID string + ExecID string + ExitCode int + Running bool + type ContainerJSON struct + Config *container.Config + Mounts []MountPoint + NetworkSettings *NetworkSettings + type ContainerJSONBase struct + AppArmorProfile string + Args []string + Created string + Driver string + ExecIDs []string + GraphDriver GraphDriverData + HostConfig *container.HostConfig + HostnamePath string + HostsPath string + ID string + Image string + LogPath string + MountLabel string + Name string + Path string + ProcessLabel string + ResolvConfPath string + RestartCount int + SizeRootFs *int64 + SizeRw *int64 + State *ContainerState + type ContainerListOptions struct + All bool + Before string + Filter filters.Args + Latest bool + Limit int + Quiet bool + Since string + Size bool + type ContainerLogsOptions struct + ContainerID string + Follow bool + ShowStderr bool + ShowStdout bool + Since string + Tail string + Timestamps bool + type ContainerPathStat struct + LinkTarget string + Mode os.FileMode + Mtime time.Time + Name string + Size int64 + type ContainerProcessList struct + Processes [][]string + Titles []string + type ContainerRemoveOptions struct + ContainerID string + Force bool + RemoveLinks bool + RemoveVolumes bool + type ContainerRmConfig struct + ForceRemove bool + RemoveLink bool + RemoveVolume bool + type ContainerState struct + Dead bool + Error string + ExitCode int + FinishedAt string + OOMKilled bool + Paused bool + Pid int + Restarting bool + Running bool + StartedAt string + Status string + type ContainerUpdateResponse struct + Warnings []string + type ContainerWaitResponse struct + StatusCode int + type CopyConfig struct + Resource string + type CopyToContainerOptions struct + AllowOverwriteDirWithFile bool + ContainerID string + Content io.Reader + Path string + type DefaultNetworkSettings struct + EndpointID string + Gateway string + GlobalIPv6Address string + GlobalIPv6PrefixLen int + IPAddress string + IPPrefixLen int + IPv6Gateway string + MacAddress string + type EndpointResource struct + EndpointID string + IPv4Address string + IPv6Address string + MacAddress string + Name string + type EventsOptions struct + Filters filters.Args + Since string + Until string + type ExecConfig struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd []string + Container string + Detach bool + DetachKeys string + Privileged bool + Tty bool + User string + type ExecStartCheck struct + Detach bool + Tty bool + type GraphDriverData struct + Data map[string]string + Name string + type HijackedResponse struct + Conn net.Conn + Reader *bufio.Reader + func (h *HijackedResponse) Close() + func (h *HijackedResponse) CloseWrite() error + type Image struct + Created int64 + ID string + Labels map[string]string + ParentID string + RepoDigests []string + RepoTags []string + Size int64 + VirtualSize int64 + type ImageBuildOptions struct + AuthConfigs map[string]AuthConfig + BuildArgs []string + CPUPeriod int64 + CPUQuota int64 + CPUSetCPUs string + CPUSetMems string + CPUShares int64 + CgroupParent string + Context io.Reader + Dockerfile string + ForceRemove bool + Isolation string + Memory int64 + MemorySwap int64 + NoCache bool + PullParent bool + RemoteContext string + Remove bool + ShmSize string + SuppressOutput bool + Tags []string + Ulimits []*units.Ulimit + type ImageBuildResponse struct + Body io.ReadCloser + OSType string + type ImageCreateOptions struct + Parent string + RegistryAuth string + Tag string + type ImageDelete struct + Deleted string + Untagged string + type ImageHistory struct + Comment string + Created int64 + CreatedBy string + ID string + Size int64 + Tags []string + type ImageImportOptions struct + Changes []string + Message string + RepositoryName string + Source io.Reader + SourceName string + Tag string + type ImageInspect struct + Architecture string + Author string + Comment string + Config *container.Config + Container string + ContainerConfig *container.Config + Created string + DockerVersion string + GraphDriver GraphDriverData + ID string + Os string + Parent string + RepoDigests []string + RepoTags []string + Size int64 + VirtualSize int64 + type ImageListOptions struct + All bool + Filters filters.Args + MatchName string + type ImageLoadResponse struct + Body io.ReadCloser + JSON bool + type ImagePullOptions struct + ImageID string + RegistryAuth string + Tag string + type ImagePushOptions ImagePullOptions + type ImageRemoveOptions struct + Force bool + ImageID string + PruneChildren bool + type ImageSearchOptions struct + RegistryAuth string + Term string + type ImageTagOptions struct + Force bool + ImageID string + RepositoryName string + Tag string + type Info struct + Architecture string + BridgeNfIP6tables bool + BridgeNfIptables bool + CPUCfsPeriod bool + CPUCfsQuota bool + CPUSet bool + CPUShares bool + ClusterAdvertise string + ClusterStore string + Containers int + 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 + OSType string + OomKillDisable bool + OperatingSystem string + Plugins PluginsInfo + RegistryConfig *registry.ServiceConfig + ServerVersion string + SwapLimit bool + SystemTime string + type MemoryStats struct + Failcnt uint64 + Limit uint64 + MaxUsage uint64 + Stats map[string]uint64 + Usage uint64 + type MountPoint struct + Destination string + Driver string + Mode string + Name string + Propagation string + RW bool + Source string + type NetworkConnect struct + Container string + type NetworkCreate struct + CheckDuplicate bool + Driver string + IPAM network.IPAM + Name string + Options map[string]string + type NetworkCreateResponse struct + ID string + Warning string + type NetworkDisconnect struct + Container string + type NetworkListOptions struct + Filters filters.Args + type NetworkResource struct + Containers map[string]EndpointResource + Driver string + ID string + IPAM network.IPAM + Name string + Options map[string]string + Scope string + type NetworkSettings struct + Networks map[string]*network.EndpointSettings + type NetworkSettingsBase struct + Bridge string + HairpinMode bool + LinkLocalIPv6Address string + LinkLocalIPv6PrefixLen int + Ports nat.PortMap + SandboxID string + SandboxKey string + SecondaryIPAddresses []network.Address + SecondaryIPv6Addresses []network.Address + type NetworkStats struct + RxBytes uint64 + RxDropped uint64 + RxErrors uint64 + RxPackets uint64 + TxBytes uint64 + TxDropped uint64 + TxErrors uint64 + TxPackets uint64 + type PluginsInfo struct + Authorization []string + Network []string + Volume []string + type Port struct + IP string + PrivatePort int + PublicPort int + Type string + type ResizeOptions struct + Height int + ID string + Width int + type Stats struct + BlkioStats BlkioStats + CPUStats CPUStats + MemoryStats MemoryStats + PreCPUStats CPUStats + Read time.Time + type StatsJSON struct + Networks map[string]NetworkStats + type SummaryNetworkSettings struct + Networks map[string]*network.EndpointSettings + type ThrottlingData struct + Periods uint64 + ThrottledPeriods uint64 + ThrottledTime uint64 + type Version struct + APIVersion string + Arch string + BuildTime string + Experimental bool + GitCommit string + GoVersion string + KernelVersion string + Os string + Version string + type VersionResponse struct + Client *Version + Server *Version + func (v VersionResponse) ServerOK() bool + type Volume struct + Driver string + Mountpoint string + Name string + type VolumeCreateRequest struct + Driver string + DriverOpts map[string]string + Name string + type VolumesListResponse struct + Volumes []*Volume