Package-level declarations
Functions
Link copied to clipboard
fun createBind(source: DockerVolume, destination: Volume, accessMode: AccessMode = AccessMode.DEFAULT): Bind
Creates a volume bind to the container.
Link copied to clipboard
Link copied to clipboard
suspend fun CreateContainerCmd.withHostConfig(hostConfig: suspend HostConfig.() -> Unit): CreateContainerCmd
Configures this container with the specified HostConfig.