运行 docker info
时我看到此警告:WARNING: daemon is not using the default seccomp profile
环境
ProductName: macOS
ProductVersion: 13.2.1
BuildVersion: 22D68
Darwin peng.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:43 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T8112 arm64
需求
让这警告消失
个人结论
期待有缘人告知
尝试
- 修改镜像
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": true,
"debug": true,
"registry-mirrors": [
"https://registry.docker-cn.com"
]
}
stackoverflow 有类似问题,见 :
https://stackoverflow.com/questions/77001300/warning-daemon-is-not-using-the-default-seccomp-profile
由此引申出了新的问题,见:
https://segmentfault.com/q/1010000044908947