# Functions
GetenvRuntime gets the container runtime from the LAVA_RUNTIME environment variable.
NewDockerdClient returns a new container runtime client compatible with the Docker API.
ParseRuntime converts a runtime name into a [Runtime] value.
# Constants
Docker Engine.
Docker Desktop.
Podman Desktop (dockerd).
Rancher Desktop (dockerd).
# Variables
ErrInvalidRuntime means that the provided container runtime is not supported.
# Structs
DockerdClient represents a Docker API client.
# Type aliases
Runtime is the container runtime.