Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶ added in v0.0.6
type Docker interface {
PullImage(ref string) error
ImageInspectWithRaw(ctx context.Context, imageID string) (types.ImageInspect, []byte, error)
ImageBuild(ctx context.Context, buildContext io.Reader, options types.ImageBuildOptions) (types.ImageBuildResponse, error)
ImageRemove(ctx context.Context, ref string, options types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)
ImageLoad(ctx context.Context, r io.Reader, quiet bool) (types.ImageLoadResponse, error)
ImageSave(ctx context.Context, imageIDs []string) (io.ReadCloser, error)
}
type Factory ¶ added in v0.0.6
func DefaultFactory ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.