Documentation
¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) ContainerInspect(containerID string) (types.ContainerJSON, error)
- func (c *Client) ImageInspectWithRaw(imageID string) (types.ImageInspect, error)
- func (c *Client) IsDanglingImage(image types.ImageInspect) bool
- func (c *Client) IsDigest(imageID string) bool
- func (c *Client) IsLocalImage(image types.ImageInspect) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client represents an active docker object
func (*Client) ContainerInspect ¶
func (c *Client) ContainerInspect(containerID string) (types.ContainerJSON, error)
ContainerInspect returns the container information.
func (*Client) ImageInspectWithRaw ¶
func (c *Client) ImageInspectWithRaw(imageID string) (types.ImageInspect, error)
ImageInspectWithRaw returns the image information and its raw representation.
func (*Client) IsDanglingImage ¶
func (c *Client) IsDanglingImage(image types.ImageInspect) bool
IsDanglingImage returns whether the given image is "dangling" which means that there are no repository references to the given image, and it has no child images
func (*Client) IsLocalImage ¶
func (c *Client) IsLocalImage(image types.ImageInspect) bool
IsLocalImage checks if the image has been built locally
Click to show internal directories.
Click to hide internal directories.