Documentation ¶
Index ¶
- func ConvertToSlashedPath(srcPath string) string
- func CreateContainer(containerImage tesseract.ContainerImage, srcPath string, destPath string, ...) (container.ContainerCreateCreatedBody, error)
- func GetHostIpAddress() string
- func GetPorts() ([]types.Port, error)
- func HasImage(name string) (bool, error)
- func IsContainerExist(name string) bool
- func KillContainer(id string) error
- func MakeICodeLogDir(logDirPath string) error
- func PullImage(imageName string) error
- func RemoveContainer(id string) error
- func StartContainer(containerBody container.ContainerCreateCreatedBody) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToSlashedPath ¶ added in v0.3.0
func CreateContainer ¶ added in v0.2.0
func CreateContainer(containerImage tesseract.ContainerImage, srcPath string, destPath string, port string) (container.ContainerCreateCreatedBody, error)
func GetHostIpAddress ¶ added in v0.3.0
func GetHostIpAddress() string
func IsContainerExist ¶ added in v0.3.0
func KillContainer ¶ added in v0.2.2
func MakeICodeLogDir ¶ added in v0.3.0
func RemoveContainer ¶ added in v0.2.2
func StartContainer ¶
func StartContainer(containerBody container.ContainerCreateCreatedBody) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.