Documentation
¶
Index ¶
- func ContainerRemove(containerId string) error
- func ContainerRun(containerConfig *container.Config, hostConfig *container.HostConfig, ...) error
- func GetContainerId(containerName string) (string, error)
- func GetImageId(ref string) (string, error)
- func ImageBuild(dockerfile string, tags []string, labels map[string]string) error
- func ImageList(options types.ImageListOptions) ([]types.ImageSummary, error)
- func ImageLoad(tarFile *zip.File) error
- func ImagePull(imageRef string) error
- func ImageRemove(imageId string) error
- func SaveImages(outputPath string, imageRefs ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerRemove ¶
func ContainerRun ¶
func ContainerRun(containerConfig *container.Config, hostConfig *container.HostConfig, networkConfig *network.NetworkingConfig, containerName string, removeWhenDone bool) error
func GetContainerId ¶
func GetImageId ¶
func ImageList ¶
func ImageList(options types.ImageListOptions) ([]types.ImageSummary, error)
func ImageRemove ¶
func SaveImages ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.