Docker拉取镜像报错 uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/

添加国内镜像地址

国外的不让用,国内的镜像地址:https://registry.docker-cn.com,修改完之后重启应该就可以了

uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/

{
  "debug": true,
  "registry-mirrors": [ //add
   "https://registry.docker-cn.com"
  ],
}

 

posted @ 2018-02-24 23:01  温柔的风  阅读(2337)  评论(0编辑  收藏  举报