Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.2.0
type Client struct {
// contains filtered or unexported fields
}
Client represents a Docker API client.
func (*Client) ExportImage ¶ added in v0.2.0
func (c *Client) ExportImage(imageID string) (io.ReadCloser, error)
ExportImage exports a docker image into the archive of filesystem. Save an environ of the docker image into `/.drootenv` to preserve it.
Click to show internal directories.
Click to hide internal directories.