Versions in this module Expand all Collapse all v1 v1.16.4 Mar 23, 2026 v1.16.3 Mar 16, 2026 v1.16.2 Mar 13, 2026 Changes in this version + type SummaryGroup struct + GroupName string + Items []Summary v1.16.1 Mar 7, 2026 v1.16.0 Mar 6, 2026 v1.15.3 Feb 20, 2026 v1.15.2 Feb 18, 2026 v1.15.1 Feb 15, 2026 v1.15.0 Feb 13, 2026 Changes in this version + type ActionResult struct + Errors []string + Failed []string + Started []string + Stopped []string + Success bool + type Config struct + Cmd []string + Entrypoint []string + Env []string + User string + WorkingDir string + type Create struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + AutoRemove bool + CPUs float64 + Cmd []string + Command []string + Credentials []containerregistry.Credential + Domainname string + Entrypoint []string + Env []string + Environment []string + ExposedPorts map[string]struct{} + HostConfig *HostConfigCreate + Hostname string + Image string + Labels map[string]string + Memory int64 + Name string + NetworkDisabled bool + NetworkingConfig *NetworkingConfigCreate + Networks []string + OpenStdin bool + Ports map[string]string + Privileged bool + RestartPolicy string + StdinOnce bool + Tty bool + User string + Volumes []string + WorkingDir string + type Created struct + Created string + ID string + Image string + Name string + Status string + type Details struct + Config Config + Created string + HostConfig HostConfig + ID string + Image string + ImageID string + Labels map[string]string + Mounts []Mount + Name string + NetworkSettings NetworkSettings + Ports []Port + State State + func NewDetails(c *container.InspectResponse) Details + type EndpointSettingsCreate struct + Aliases []string + type HostConfig struct + AutoRemove bool + Memory int64 + NanoCPUs int64 + NetworkMode string + Privileged bool + RestartPolicy string + type HostConfigCreate struct + AutoRemove *bool + Binds []string + CPUShares int64 + Memory int64 + MemorySwap int64 + NanoCPUs int64 + NetworkMode string + PortBindings map[string][]PortBindingCreate + Privileged *bool + PublishAllPorts *bool + ReadonlyRootfs *bool + RestartPolicy *RestartPolicyCreate + type Mount struct + Destination string + Driver string + Mode string + Name string + Propagation string + RW bool + Source string + Type string + type NetworkEndpoint struct + Aliases []string + DNSNames []string + DriverOpts map[string]string + EndpointID string + Gateway string + GlobalIPv6Address string + GlobalIPv6PrefixLen int + GwPriority int + IPAMConfig any + IPAddress string + IPPrefixLen int + IPv6Gateway string + Links []string + MacAddress string + NetworkID string + type NetworkSettings struct + Networks map[string]NetworkEndpoint + type NetworkingConfigCreate struct + EndpointsConfig map[string]EndpointSettingsCreate + type Port struct + IP string + PrivatePort int + PublicPort int + Type string + type PortBindingCreate struct + HostIP string + HostPort string + type RestartPolicyCreate struct + MaximumRetryCount int + Name string + type State struct + ExitCode int + FinishedAt string + Running bool + StartedAt string + Status string + type StatusCounts struct + RunningContainers int + StoppedContainers int + TotalContainers int + type Summary struct + Command string + Created int64 + HostConfig HostConfig + ID string + Image string + ImageID string + Labels map[string]string + Mounts []Mount + Names []string + NetworkSettings NetworkSettings + Ports []Port + State string + Status string + UpdateInfo *imagetypes.UpdateInfo + func NewSummary(c container.Summary) Summary