package
0.16.4
Repository: https://github.com/launchrctl/launchr.git
Documentation: pkg.go.dev

# Constants

ImageBuild - image is being built.
ImageExists - image exists locally.
ImagePull - image is being pulled from the registry.
ImageRemoved - image was removed.
ImageUnexpectedError - image can't be pulled or retrieved.
NetworkModeHost for host network.
WaitConditionNextExit when container exits after next start.
WaitConditionNotRunning when container exits when running.
WaitConditionRemoved when container is removed.

# Structs

BuildDefinition stores image build definition.
ContainerCreateOptions stores options for creating a new container.
ContainerListOptions stores options to request container list.
ContainerListResult defines container list result.
ContainerStartOptions stores options for starting a container.
ContainerStopOptions stores options to stop a container.
ContainerWaitOptions stores options for waiting while container works.
ContainerWaitResponse stores response given by wait result.
ImageOptions stores options for creating/pulling an image.
ImageRemoveResponse stores response when removing the image.
ImageStatusResponse stores response when getting the image.
SystemInfo holds information about the container runner environment.

# Type aliases

ContainerAttachOptions stores options for attaching to a running container.
ContainerPathStat is a type alias for container path stat result.
ContainerRemoveOptions stores options to remove a container.
CopyToContainerOptions is a type alias for container copy to container options.
ImageRemoveOptions stores options for removing an image.
ImageStatus defines image status on local machine.
NetworkMode is a type alias for container Network mode.
ResizeOptions is a struct for terminal resizing.
WaitCondition is a type for available wait conditions.