Versions in this module Expand all Collapse all v0 v0.1.7 Oct 12, 2021 Changes in this version + func ShortImageID(imageID string) string + func StripImageTagHost(imageTag string) string + type Client struct + func NewClient(config *Config) *Client + func (c *Client) Debugf(str string, args ...interface{}) + func (c *Client) HasImage(imageID string) (bool, error) + func (c *Client) ListImages() ([]*ImageSummary, error) + func (c *Client) LoadImage(input io.Reader) error + func (c *Client) LoadImageByFilePath(filepath string) error + func (c *Client) PullImage(imageID string) error + func (c *Client) PushImage(imageID string) error + func (c *Client) ReadImage(imageID string) (io.Reader, error) + func (c *Client) RemoveAllImages() error + func (c *Client) RemoveImage(imageID string) error + func (c *Client) SaveImageTar(imageID string, dest string) error + func (c *Client) TagImage(imageID, tag string) error + type Config struct + Debug bool + type ImageSummary struct + ID string + Size int64 + Tags []string