View Source DockerEngineAPI.Model.Runtime (docker_engine_api v1.43.0)

Runtime describes an OCI compliant runtime. The runtime is invoked by the daemon via the `containerd` daemon. OCI runtimes act as an interface to the Linux kernel namespaces, cgroups, and SELinux.

Summary

Types

@type t() :: %DockerEngineAPI.Model.Runtime{
  path: String.t(),
  runtimeArgs: [String.t()]
}