runtimes

@SerialName(value = "Runtimes")
val runtimes: Map<String, Runtime>?

Parameters

runtimes

List of OCI compliant runtimes configured on the daemon. Keys hold the \"name\" used to reference the runtime. The Docker daemon relies on an OCI compliant runtime (invoked via the containerd daemon) as its interface to the Linux kernel namespaces, cgroups, and SELinux. The default runtime is runc, and automatically configured. Additional runtimes can be configured by the user and will be listed here.