Documentation ¶
Index ¶
- func CliCreate(args ...string) error
- func CliLoad(args ...string) error
- func CliPull(args ...string) error
- func CliPush(args ...string) error
- func CliRm(args ...string) error
- func CliRmi(args ...string) error
- func CliRun(args ...string) error
- func CliSave(args ...string) error
- func CliTag(args ...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 Debug() bool
- func ImageInspect(ref string) (*types.ImageInspect, error)
- func Images(options types.ImageListOptions) ([]types.ImageSummary, error)
- func Init(dockerConfigDir string) error
- func Login(username, password, repo string) error
- func ServerVersion() (*types.Version, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 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.