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 ContainerHostPort(ref, containerPortNumberAndProtocol string) string
- func ContainerInspect(ref string) types.ContainerJSON
- 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 IsImageExist(imageName string) bool
- func LocalDockerRegistryRun() (string, 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 ¶
func CheckContainerDirectoryDoesNotExist ¶
func CheckContainerDirectoryDoesNotExist(werfBinPath, projectPath, containerDirPath string)
func CheckContainerDirectoryExists ¶
func CheckContainerDirectoryExists(werfBinPath, projectPath, containerDirPath string)
func ContainerHostPort ¶
func ContainerInspect ¶
func ContainerInspect(ref string) types.ContainerJSON
func ContainerStopAndRemove ¶
func ContainerStopAndRemove(containerName string)
func ImageInspect ¶
func ImageInspect(imageName string) *types.ImageInspect
func ImageParent ¶
func ImageRemoveIfExists ¶
func ImageRemoveIfExists(imageName string)
func IsImageExist ¶
func LocalDockerRegistryRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.