# Functions
NewDockerClient gets a client for interacting with a Docker container runtime.
NewFakeClient gets a client for testing.
RuntimeFrom is used to extract the container runtime client from a context.
RuntimeInto is used to store the container runtime client into a context.
# Structs
Container represents a runtime container.
ExecContainerArgs contains the arguments passed to calls to ExecContainer.
ExecContainerInput contains values for running exec on a container.
No description provided by the author
KillContainerArgs contains the arguments passed to calls to Kill.
Mount contains mount details.
PortMapping contains port mapping information for the container.
RunContainerArgs contains the arguments passed to calls to RunContainer.
RunContainerInput holds the configuration settings for running a container.
# Interfaces
Runtime defines the interface for interacting with a container runtime.
# Type aliases
FilterBuilder is a helper for building up filter strings of "key=value" or "key=name=value".