Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.21 KB

File metadata and controls

12 lines (7 loc) · 1.21 KB

Runtime

Properties

Name Type Description Notes
path kotlin.String Name and, optional, path, of the OCI executable binary. If the path is omitted, the daemon searches the host's `$PATH` for the binary and uses the first result. [optional]
runtimeArgs kotlin.collections.MutableList<kotlin.String> List of command-line arguments to pass to the runtime when invoked. [optional]
status kotlin.collections.MutableMap<kotlin.String, kotlin.String> Information specific to the runtime. While this API specification does not define data provided by runtimes, the following well-known properties may be provided by runtimes: `org.opencontainers.runtime-spec.features`: features structure as defined in the OCI Runtime Specification, in a JSON string representation. <p><br /></p> > Note: The information returned in this field, including the > formatting of values and labels, should not be considered stable, > and may change without notice. [optional]