chore(etc): 添加 docker cdi 规范目录配置

This commit is contained in:
cnphpbb
2026-09-12 14:32:14 +08:00
parent 1155c1b7a0
commit 1ccfc5989d
2 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -19,5 +19,9 @@
"min-api-version": "1.24", "min-api-version": "1.24",
"insecure-registries": [ "insecure-registries": [
"hub.tp229.com:3500" "hub.tp229.com:3500"
],
"cdi-spec-dirs": [
"/etc/cdi",
"/data/docker/cdi"
] ]
} }
+5
View File
@@ -24,4 +24,9 @@
"_comment_20260618173842": "\"insecure-registries\": [\"hub.tp229.com:3500\"]", "_comment_20260618173842": "\"insecure-registries\": [\"hub.tp229.com:3500\"]",
"_comment_20260619173657": "按实际情况填写", "_comment_20260619173657": "按实际情况填写",
"_comment_20260619173708": "\"bip\": \"172.18.0.1/16\"", "_comment_20260619173708": "\"bip\": \"172.18.0.1/16\"",
"_comment_20260912173500": "新版本 docker 的 CDI 设备规范目录,按实际需要启用",
"cdi-spec-dirs": [
"/etc/cdi",
"/data/docker/cdi"
],
} }