Skip to content

Commit f466d7f

Browse files
authored
Merge pull request #28565 from Shubham82/runtimeClass-docs
Improvement: Runtime Class
2 parents 4c52c1b + 045ed2d commit f466d7f

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)