Versions in this module Expand all Collapse all v0 v0.1.1 Jan 28, 2023 v0.1.0 Jan 28, 2023 Changes in this version + const Healthy + const Starting + const Unhealthy + type Action string + const ActAllow + const ActErrno + const ActKill + const ActTrace + const ActTrap + type Arch string + const ArchAARCH64 + const ArchARM + const ArchMIPS + const ArchMIPS64 + const ArchMIPS64N32 + const ArchMIPSEL + const ArchMIPSEL64 + const ArchMIPSEL64N32 + const ArchPPC + const ArchPPC64 + const ArchPPC64LE + const ArchS390 + const ArchS390X + const ArchX32 + const ArchX86 + const ArchX86_64 + type Architecture struct + Arch Arch + SubArches []Arch + type Arg struct + Index uint + Op Operator + Value uint64 + ValueTwo uint64 + type AuthConfig struct + Auth string + Email string + IdentityToken string + Password string + RegistryToken string + ServerAddress string + Username string + type AuthResponse struct + IdentityToken string + 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 Checkpoint struct + Name string + type CheckpointCreateOptions struct + CheckpointID string + Exit bool + 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 + Mounts []MountPoint + Names []string + NetworkSettings *SummaryNetworkSettings + Ports []Port + SizeRootFs int64 + SizeRw int64 + State string + Status string + type ContainerAttachOptions struct + 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 + Pause bool + Reference string + type ContainerCommitResponse struct + ID string + type ContainerCreateConfig struct + AdjustCPUShares bool + Config *container.Config + HostConfig *container.HostConfig + Name string + NetworkingConfig *network.NetworkingConfig + 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 + Node *ContainerNode + 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 + Details bool + Follow bool + ShowStderr bool + ShowStdout bool + Since string + Tail string + Timestamps bool + type ContainerNode struct + Addr string + Cpus int + ID string + IPAddress string + Labels map[string]string + Memory int64 + Name string + 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 + Force bool + RemoveLinks bool + RemoveVolumes bool + type ContainerRmConfig struct + ForceRemove bool + RemoveLink bool + RemoveVolume bool + type ContainerStartOptions struct + CheckpointID string + type ContainerState struct + Dead bool + Error string + ExitCode int + FinishedAt string + Health *Health + 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 + 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 ErrorResponse struct + Message string + type EventsOptions struct + Filters filters.Args + Since string + Until string + type ExecConfig struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd []string + Detach bool + DetachKeys string + Env []string + Privileged bool + Tty bool + User string + type ExecStartCheck struct + Detach bool + Tty bool + type Filter struct + Arches []string + Caps []string + type GraphDriverData struct + Data map[string]string + Name string + type Health struct + FailingStreak int + Log []*HealthcheckResult + Status string + type HealthcheckResult struct + End time.Time + ExitCode int + Output string + Start time.Time + 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 map[string]string + CPUPeriod int64 + CPUQuota int64 + CPUSetCPUs string + CPUSetMems string + CPUShares int64 + CgroupParent string + Context io.Reader + Dockerfile string + ForceRemove bool + Isolation container.Isolation + Labels map[string]string + Memory int64 + MemorySwap int64 + NoCache bool + PullParent bool + RemoteContext string + Remove bool + ShmSize int64 + Squash bool + SuppressOutput bool + Tags []string + Ulimits []*units.Ulimit + type ImageBuildResponse struct + Body io.ReadCloser + OSType string + type ImageCreateOptions struct + RegistryAuth 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 + Tag string + type ImageImportSource struct + Source io.Reader + SourceName 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 + RootFS RootFS + 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 + All bool + PrivilegeFunc RequestPrivilegeFunc + RegistryAuth string + type ImagePushOptions ImagePullOptions + type ImageRemoveOptions struct + Force bool + PruneChildren bool + type ImageSearchOptions struct + Filters filters.Args + Limit int + PrivilegeFunc RequestPrivilegeFunc + RegistryAuth string + type Info struct + Architecture string + BridgeNfIP6tables bool + BridgeNfIptables bool + CPUCfsPeriod bool + CPUCfsQuota bool + CPUSet bool + CPUShares bool + CgroupDriver string + ClusterAdvertise string + ClusterStore string + Containers int + ContainersPaused int + ContainersRunning int + ContainersStopped int + Debug bool + DefaultRuntime string + DockerRootDir string + Driver string + DriverStatus [][2]string + ExperimentalBuild bool + HTTPProxy string + HTTPSProxy string + ID string + IPv4Forwarding bool + Images int + IndexServerAddress string + KernelMemory bool + KernelVersion string + Labels []string + LiveRestoreEnabled bool + 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 + Runtimes map[string]Runtime + SecurityOptions []string + ServerVersion string + SwapLimit bool + Swarm swarm.Info + SystemStatus [][2]string + 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 mount.Propagation + RW bool + Source string + Type mount.Type + type NetworkConnect struct + Container string + EndpointConfig *network.EndpointSettings + type NetworkCreate struct + Attachable bool + CheckDuplicate bool + Driver string + EnableIPv6 bool + IPAM *network.IPAM + Internal bool + Labels map[string]string + Options map[string]string + type NetworkCreateRequest struct + Name string + type NetworkCreateResponse struct + ID string + Warning string + type NetworkDisconnect struct + Container string + Force bool + type NetworkListOptions struct + Filters filters.Args + type NetworkResource struct + Attachable bool + Containers map[string]EndpointResource + Driver string + EnableIPv6 bool + ID string + IPAM network.IPAM + Internal bool + Labels map[string]string + 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 NodeListOptions struct + Filter filters.Args + type NodeRemoveOptions struct + Force bool + type Operator string + const OpEqualTo + const OpGreaterEqual + const OpGreaterThan + const OpLessEqual + const OpLessThan + const OpMaskedEqual + const OpNotEqual + type PidsStats struct + Current uint64 + Limit uint64 + type PluginRemoveOptions struct + Force bool + type PluginRmConfig struct + ForceRemove bool + type PluginsInfo struct + Authorization []string + Network []string + Volume []string + type Port struct + IP string + PrivatePort int + PublicPort int + Type string + type RequestPrivilegeFunc func() (string, error) + type ResizeOptions struct + Height int + Width int + type RootFS struct + BaseLayer string + Layers []string + Type string + type Runtime struct + Args []string + Path string + type Seccomp struct + ArchMap []Architecture + Architectures []Arch + DefaultAction Action + Syscalls []*Syscall + type ServiceCreateOptions struct + EncodedRegistryAuth string + type ServiceCreateResponse struct + ID string + type ServiceListOptions struct + Filter filters.Args + type ServiceUpdateOptions struct + EncodedRegistryAuth string + type Stats struct + BlkioStats BlkioStats + CPUStats CPUStats + MemoryStats MemoryStats + PidsStats PidsStats + PreCPUStats CPUStats + Read time.Time + type StatsJSON struct + Networks map[string]NetworkStats + type SummaryNetworkSettings struct + Networks map[string]*network.EndpointSettings + type Syscall struct + Action Action + Args []*Arg + Comment string + Excludes Filter + Includes Filter + Name string + Names []string + type TaskListOptions struct + Filter filters.Args + 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 + Labels map[string]string + Mountpoint string + Name string + Scope string + Status map[string]interface{} + type VolumeCreateRequest struct + Driver string + DriverOpts map[string]string + Labels map[string]string + Name string + type VolumesListResponse struct + Volumes []*Volume + Warnings []string