Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + type ContainerAttachConfig struct + DetachKeys string + GetStreams func() (io.ReadCloser, io.Writer, io.Writer, error) + Logs bool + MuxStreams bool + Stream bool + UseStderr bool + UseStdin bool + UseStdout bool + type ContainerCommitConfig struct + Changes []string + type ContainerLogsConfig struct + OutStream io.Writer + type ContainerStatsConfig struct + OutStream io.Writer + Stream bool + Version string + 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 ProgressWriter struct + Output io.Writer + ProgressReaderFunc func(io.ReadCloser) io.ReadCloser + StderrFormatter *streamformatter.StderrFormatter + StdoutFormatter *streamformatter.StdoutFormatter