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