Package-level declarations
Types
Link copied to clipboard
class DockerContainerApi(val baseDaemon: DockerDaemon) : EnvContainerApi<DockerContainer, DockerImage>
Link copied to clipboard
sealed class DockerDaemon(val hostname: String) : EnvAbstraction<DockerContainerApi, DockerImageApi, DockerVolumeApi>
API abstraction layer for Docker daemon.
Link copied to clipboard
Kotlin DSL representation of a Dockerfile.
Link copied to clipboard
Link copied to clipboard
object DockerUtils
Link copied to clipboard
Link copied to clipboard
A resource tracker for tracking the creation of DockerVolume.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps a connectivity-related exception into an EngineDisconnectedException, or returns the original exception.