Versions in this module Expand all Collapse all v1 v1.2.0 May 28, 2026 v1.1.0 May 25, 2026 Changes in this version + type Client struct + func NewClient(socketPath string) (*Client, error) + func (c *Client) ContainerInspect(ctx context.Context, id string) (*ContainerJSON, error) + func (c *Client) NegotiateAPIVersion(ctx context.Context) + func (c *Client) Ping(ctx context.Context) error + type Config struct + Env []string + Image string + Labels map[string]string + type ContainerJSON struct + Config *Config + HostConfig *HostConfig + LogPath string + Mounts []MountPoint + Name string + NetworkSettings *NetworkSettings + type EndpointSettings struct + NetworkID string + type HostConfig struct + LogConfig LogConfig + type LogConfig struct + Type string + type MountPoint struct + Destination string + Source string + type NetworkSettings struct + Networks map[string]*EndpointSettings + Ports map[Port][]PortBinding + type Port string + func (p Port) Proto() string + type PortBinding struct + HostIP string + HostPort string