Youki · Example Payload

Oci Runtime Features Linux Example

ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

Oci Runtime Features Linux Example is an example object payload from Youki, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

linux

Example Payload

oci-runtime-features-linux-example.json Raw ↑
{
  "linux": {
    "namespaces": [
      "user",
      "time"
    ],
    "capabilities": [
      "example-a9d6",
      "example-ba6d"
    ],
    "cgroup": {
      "v1": false,
      "v2": false,
      "systemd": true,
      "systemdUser": false,
      "rdma": false
    },
    "seccomp": {
      "enabled": true,
      "actions": [
        "SCMP_ACT_NOTIFY",
        "SCMP_ACT_KILL_PROCESS"
      ],
      "operators": [
        "SCMP_CMP_MASKED_EQ",
        "SCMP_CMP_LT"
      ],
      "archs": [
        "SCMP_ARCH_M68K",
        "SCMP_ARCH_SH"
      ],
      "knownFlags": [
        "SECCOMP_FILTER_FLAG_TSYNC",
        "SECCOMP_FILTER_FLAG_LOG"
      ],
      "supportedFlags": [
        "SECCOMP_FILTER_FLAG_SPEC_ALLOW",
        "SECCOMP_FILTER_FLAG_LOG"
      ]
    },
    "apparmor": {
      "enabled": false
    },
    "intelRdt": {
      "enabled": true
    },
    "mountExtensions": {
      "idmap": {
        "enabled": true
      }
    },
    "netDevices": {
      "enabled": false
    }
  }
}