Created
December 16, 2022 06:26
-
-
Save tsanghan/dee722fe96e62868abb0e87dbb3d0bc2 to your computer and use it in GitHub Desktop.
Containerd config.toml with runsc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disabled_plugins = ["io.containerd.internal.v1.restart"] | |
imports = [] | |
oom_score = 0 | |
plugin_dir = "" | |
required_plugins = [] | |
root = "/var/lib/containerd" | |
state = "/run/containerd" | |
version = 2 | |
[plugins] | |
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes] | |
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] | |
base_runtime_spec = "" | |
container_annotations = [] | |
pod_annotations = [] | |
privileged_without_host_devices = false | |
runtime_engine = "" | |
runtime_root = "" | |
runtime_type = "io.containerd.runc.v2" | |
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options] | |
BinaryName = "" | |
CriuImagePath = "" | |
CriuPath = "" | |
CriuWorkPath = "" | |
IoGid = 0 | |
IoUid = 0 | |
NoNewKeyring = false | |
NoPivotRoot = false | |
Root = "" | |
ShimCgroup = "" | |
SystemdCgroup = true | |
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runsc] | |
runtime_type = "io.containerd.runsc.v1" | |
[plugins."io.containerd.runtime.v1.linux"] | |
shim_debug = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment