Documentation ¶
Index ¶
- func ConvertToSlashedPath(srcPath string) string
- func CreateContainer(config tesseract.ContainerConfig) (container.ContainerCreateCreatedBody, error)
- func CreateNetwork(name string, subnet string) (tesseract.Network, error)
- func CreateVolume(name string) (tesseract.Volume, error)
- func FindNetworkByName(name string) (tesseract.Network, error)
- func FindVolumeByName(name string) (tesseract.Volume, 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 RemoveVolume(name string, force bool) error
- func StartContainer(containerBody container.ContainerCreateCreatedBody) (types.ContainerJSON, 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(config tesseract.ContainerConfig) (container.ContainerCreateCreatedBody, error)
func CreateNetwork ¶ added in v0.4.0
func FindNetworkByName ¶ added in v0.4.0
func FindVolumeByName ¶ added in v0.3.2
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 RemoveVolume ¶ added in v0.4.0
func StartContainer ¶
func StartContainer(containerBody container.ContainerCreateCreatedBody) (types.ContainerJSON, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.