Skip to content
Snippets Groups Projects
Unverified Commit 8ac510e4 authored by Xudong Zhang's avatar Xudong Zhang Committed by GitHub
Browse files

sample containerd: containerd_runtimes is removed (#8301)

(#8213) split containerd_runtimes to containerd_runc_runtime and
containerd_additional_runtimes
parent 4f27c763
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,13 @@
# containerd_default_runtime: "runc"
# containerd_snapshotter: "native"
# containerd_runtimes:
# - name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""
# containerd_runc_runtime:
# name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""
# containerd_additional_runtimes:
# Example for Kata Containers as additional runtime:
# - name: kata
# type: "io.containerd.kata.v2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment