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) 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 ¶ added in v1.1.0
func CliBuild_RecordedOutput ¶ added in v1.1.0
func CliCreate_LiveOutput ¶ added in v1.1.0
func CliCreate_RecordedOutput ¶ added in v1.1.0
func CliPullWithRetries ¶ added in v1.0.9
func CliPullWithRetries_LiveOutput ¶ added in v1.1.0
func CliPullWithRetries_RecordedOutput ¶ added in v1.1.0
func CliPull_LiveOutput ¶ added in v1.1.0
func CliPull_RecordedOutput ¶ added in v1.1.0
func CliPushWithRetries ¶ added in v1.0.9
func CliPushWithRetries_LiveOutput ¶ added in v1.1.0
func CliPushWithRetries_RecordedOutput ¶ added in v1.1.0
func CliPush_LiveOutput ¶ added in v1.1.0
func CliPush_RecordedOutput ¶ added in v1.1.0
func CliRm_LiveOutput ¶ added in v1.1.0
func CliRm_RecordedOutput ¶ added in v1.1.0
func CliRmiOutput_RecordedOutput ¶ added in v1.1.0
func CliRmi_LiveOutput ¶ added in v1.1.0
func CliRun_LiveOutput ¶ added in v1.1.0
func CliRun_RecordedOutput ¶ added in v1.1.0
func CliTag_LiveOutput ¶ added in v1.1.0
func CliTag_RecordedOutput ¶ added in v1.1.0
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 CreateImage ¶ added in v1.1.0
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.