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

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

image.png


环境

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"
  ]
}
阅读 2.6k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏