Skip to content

Commit 045ed2d

Browse files
committed
Improvement: Runtime Class
1 parent 2305aff commit 045ed2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Runtime handlers are configured through containerd's configuration at
118118
`/etc/containerd/config.toml`. Valid handlers are configured under the runtimes section:
119119

120120
```
121-
[plugins.cri.containerd.runtimes.${HANDLER_NAME}]
121+
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.${HANDLER_NAME}]
122122
```
123123

124124
See containerd's config documentation for more details:

0 commit comments

Comments
 (0)