Documentation ¶
Index ¶
- func CheckContainerDirectory(werfBinPath, projectPath, containerDirPath string, exist bool)
- func CheckContainerDirectoryDoesNotExist(werfBinPath, projectPath, containerDirPath string)
- func CheckContainerDirectoryExists(werfBinPath, projectPath, containerDirPath string)
- func CheckContainerFileCommand(containerDirPath string, directory bool, exist bool) string
- 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 CliStop(args ...string) error
- func CliTag(args ...string) error
- func ContainerStopAndRemove(containerName string)
- func ImageID(imageName string) string
- func ImageInspect(imageName string) *types.ImageInspect
- func ImageParent(imageName string) string
- func ImageRemoveIfExists(imageName string)
- func Images(options types.ImageListOptions) ([]types.ImageSummary, error)
- func IsImageExist(imageName string) bool
- func LocalDockerRegistryRun() (string, string)
- func Pull(imageName string) error
- func RunSucceedContainerCommandWithStapel(werfBinPath string, projectPath string, extraDockerOptions []string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckContainerDirectory ¶ added in v1.0.7
func CheckContainerDirectoryDoesNotExist ¶ added in v1.0.7
func CheckContainerDirectoryDoesNotExist(werfBinPath, projectPath, containerDirPath string)
func CheckContainerDirectoryExists ¶ added in v1.0.7
func CheckContainerDirectoryExists(werfBinPath, projectPath, containerDirPath string)
func CheckContainerFileCommand ¶ added in v1.0.7
func ContainerStopAndRemove ¶
func ContainerStopAndRemove(containerName string)
func ImageInspect ¶
func ImageInspect(imageName string) *types.ImageInspect
func ImageParent ¶
func ImageRemoveIfExists ¶
func ImageRemoveIfExists(imageName string)
func Images ¶
func Images(options types.ImageListOptions) ([]types.ImageSummary, error)
func IsImageExist ¶
func LocalDockerRegistryRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.