当前位置: 首页 > 知识库问答 >
问题:

docker info : daemon is not using the default seccomp profile?

韶景曜
2024-05-23

运行 docker info 时我看到此警告:
WARNING: daemon is not using the default seccomp profile

image.png


环境

ProductName:        macOSProductVersion:        13.2.1BuildVersion:        22D68Darwin 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"  ]}

共有1个答案

经景辉
2024-05-23

stackoverflow 有类似问题,见 :
https://stackoverflow.com/questions/77001300/warning-daemon-is-not-using-the-default-seccomp-profile

由此引申出了新的问题,见:
https://segmentfault.com/q/1010000044908947

 类似资料:

相关问答

相关文章

相关阅读