Versions in this module Expand all Collapse all v26 v26.1.5 Jul 23, 2024 v26.1.4 Jun 5, 2024 v26.1.3 May 15, 2024 v26.1.2 May 8, 2024 v26.1.1 Apr 30, 2024 v26.1.0 Apr 22, 2024 v26.0.2 Apr 18, 2024 v26.0.1 Apr 10, 2024 v26.0.0 Mar 20, 2024 Changes in this version + type BuildConfig struct + Options *types.ImageBuildOptions + ProgressWriter ProgressWriter + Source io.ReadCloser + type CommitConfig struct + Author string + Comment string + Config *container.Config + ContainerConfig *container.Config + ContainerID string + ContainerMountLabel string + ContainerOS string + ParentImageID string + type ContainerAttachConfig struct + DetachKeys string + GetStreams func(multiplexed bool) (io.ReadCloser, io.Writer, io.Writer, error) + Logs bool + MuxStreams bool + Stream bool + UseStderr bool + UseStdin bool + UseStdout bool + type ContainerCreateConfig struct + Config *container.Config + DefaultReadOnlyNonRecursive bool + HostConfig *container.HostConfig + Name string + NetworkingConfig *network.NetworkingConfig + Platform *ocispec.Platform + type ContainerRmConfig struct + ForceRemove bool + RemoveLink bool + RemoveVolume bool + type ContainerStatsConfig struct + OneShot bool + OutStream io.Writer + Stream bool + type CreateImageConfig struct + Author string + Changes []string + Comment string + Config *container.Config + Pause bool + Tag reference.NamedTagged + type ExecInspect struct + CanRemove bool + ContainerID string + DetachKeys []byte + ExitCode *int + ID string + OpenStderr bool + OpenStdin bool + OpenStdout bool + Pid int + ProcessConfig *ExecProcessConfig + Running bool + type ExecProcessConfig struct + Arguments []string + Entrypoint string + Privileged *bool + Tty bool + User string + type GetImageAndLayerOptions struct + AuthConfig map[string]registry.AuthConfig + Output io.Writer + Platform *ocispec.Platform + PullOption PullOption + type GetImageOpts struct + Details bool + Platform *ocispec.Platform + type LogAttr struct + Key string + Value string + type LogMessage struct + Attrs []LogAttr + Err error + Line []byte + PLogMetaData *PartialLogMetaData + Source string + Timestamp time.Time + type LogSelector struct + Services []string + Tasks []string + type NetworkListConfig struct + Detailed bool + Verbose bool + type PartialLogMetaData struct + ID string + Last bool + Ordinal int + type PluginDisableConfig struct + ForceDisable bool + type PluginEnableConfig struct + Timeout int + type PluginRmConfig struct + ForceRemove bool + type ProgressWriter struct + AuxFormatter *streamformatter.AuxFormatter + Output io.Writer + ProgressReaderFunc func(io.ReadCloser) io.ReadCloser + StderrFormatter io.Writer + StdoutFormatter io.Writer + type PullOption int + const PullOptionForcePull + const PullOptionNoPull + const PullOptionPreferLocal v26.0.0-rc3 Mar 19, 2024 v26.0.0-rc2 Mar 7, 2024 v26.0.0-rc1 Feb 28, 2024 Other modules containing this package gopkg.in/docker/docker.v1 gopkg.in/docker/docker.v20 gopkg.in/docker/docker.v23 gopkg.in/docker/docker.v24