DockerEngineAPI.Model.Runtime (ex_docker_api v1.48.1)

View Source

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

t()

@type t() :: %DockerEngineAPI.Model.Runtime{
  path: String.t() | nil,
  runtimeArgs: [String.t()] | nil,
  status: %{optional(String.t()) => String.t()} | nil
}

Functions

decode(value)