Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ClientVersion is the Docker client API version to use when connecting to Docker // See Makefile targets that may set this at build time. ClientVersion = "1.24" )
Functions ¶
This section is empty.
Types ¶
type APIClientCloser ¶
type APIClientCloser interface { io.Closer client.CommonAPIClient }
APIClientCloser is a closeable API client.
type ConnectInfo ¶
ConnectInfo holds the connection parameters for connecting to a Docker engine to get join tokens, etc.
Click to show internal directories.
Click to hide internal directories.