Documentation ¶
Index ¶
- func CliBuild(ctx context.Context, args ...string) error
- func CliBuild_LiveOutput(ctx context.Context, args ...string) error
- func CliBuild_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliCreate(ctx context.Context, args ...string) error
- func CliCreate_LiveOutput(ctx context.Context, args ...string) error
- func CliCreate_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliPull(ctx context.Context, args ...string) error
- func CliPullWithRetries(ctx context.Context, args ...string) error
- func CliPullWithRetries_LiveOutput(ctx context.Context, args ...string) error
- func CliPullWithRetries_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliPull_LiveOutput(ctx context.Context, args ...string) error
- func CliPull_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliPush(ctx context.Context, args ...string) error
- func CliPushWithRetries(ctx context.Context, args ...string) error
- func CliPushWithRetries_LiveOutput(ctx context.Context, args ...string) error
- func CliPushWithRetries_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliPush_LiveOutput(ctx context.Context, args ...string) error
- func CliPush_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliRm(ctx context.Context, args ...string) error
- func CliRm_LiveOutput(ctx context.Context, args ...string) error
- func CliRm_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliRmi(ctx context.Context, args ...string) error
- func CliRmiOutput_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliRmi_LiveOutput(ctx context.Context, args ...string) error
- func CliRun(ctx context.Context, args ...string) error
- func CliRun_LiveOutput(ctx context.Context, args ...string) error
- func CliRun_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func CliTag(ctx context.Context, args ...string) error
- func CliTag_LiveOutput(ctx context.Context, args ...string) error
- func CliTag_RecordedOutput(ctx context.Context, args ...string) (string, error)
- func ContainerCommit(ctx context.Context, ref string, commitOptions types.ContainerCommitOptions) (string, error)
- func ContainerExist(ctx context.Context, ref string) (bool, error)
- func ContainerInspect(ctx context.Context, ref string) (types.ContainerJSON, error)
- func ContainerRemove(ctx context.Context, ref string, options types.ContainerRemoveOptions) error
- func Containers(ctx context.Context, options types.ContainerListOptions) ([]types.Container, error)
- func CreateImage(ctx context.Context, ref string, labels map[string]string) error
- func ImageExist(ctx context.Context, ref string) (bool, error)
- func ImageInspect(ctx context.Context, ref string) (*types.ImageInspect, error)
- func Images(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)
- func Init(ctx context.Context, dockerConfigDir string, verbose, debug bool) error
- func Login(ctx context.Context, username, password, repo string) error
- func NewContext(ctx context.Context) (context.Context, error)
- func ServerVersion(ctx context.Context) (*types.Version, error)
- func SyncContextCliWithLogger(ctx context.Context) error
- func VolumeRm(ctx context.Context, volumeName string, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CliBuild_RecordedOutput ¶
func CliPull_RecordedOutput ¶
func CliPush_RecordedOutput ¶
func CliRm_RecordedOutput ¶
func CliRun_RecordedOutput ¶
func CliTag_RecordedOutput ¶
func ContainerCommit ¶
func ContainerInspect ¶
func ContainerRemove ¶
func Containers ¶
func CreateImage ¶
func ImageInspect ¶
func Images ¶
func Images(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)
func SyncContextCliWithLogger ¶ added in v1.1.23
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.