Documentation
¶
Overview ¶
Package dockerclient is a docker client that only uses types defined in docker. It is an example for httpclient package, it is currently in tree and will be moved to its own repo
Index ¶
Constants ¶
View Source
const DefaultVersion = "1.37"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ContainerKill ¶
TODO: signal should be typed TODO: kill -l to list all the signals https://www.linux.org/threads/kill-commands-and-signals.8881/ https://github.com/docker/cli/blob/master/cli/command/container/kill.go https://github.com/moby/moby/blob/master/client/container_kill.go
func (*Client) ImageList ¶
func (dc *Client) ImageList(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)
https://github.com/moby/moby/blob/master/client/image_list.go
Click to show internal directories.
Click to hide internal directories.