Merge pull request #7158 from bart0sh/PR003-fix-cdi-doc-formatting

This commit is contained in:
Samuel Karp 2022-07-13 23:17:23 -07:00 committed by GitHub
commit bb6278749e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,12 +218,12 @@ version = 2
enable_unprivileged_icmp = false
# enable_cdi enables support of the Container Device Interface (CDI)
# For more details about CDI and the syntax of CDI Spec files please refer to
# https://github.com/container-orchestrated-devices/container-device-interface.
enable_cdi = false
# For more details about CDI and the syntax of CDI Spec files please refer to
# https://github.com/container-orchestrated-devices/container-device-interface.
enable_cdi = false
# cdi_spec_dirs is the list of directories to scan for CDI spec files
cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"]
cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"]
# 'plugins."io.containerd.grpc.v1.cri".containerd' contains config related to containerd
[plugins."io.containerd.grpc.v1.cri".containerd]