admin管理员组

文章数量:1626227

Windows10下Docker设置国内镜像源

  • 1、设置
  • 2、修改 Docker Engine
  • 3、点击 Apply & Restart

1、设置

右击任务栏 docker 图标,点击 setting

2、修改 Docker Engine

点击 Docker Engine,在前面加上如下代码:

"registry-mirrors": [
    "https://xxxxx.mirror.aliyuncs",
    "http://hub-mirror.c.163"
  ],

3、点击 Apply & Restart

点击 Apply & Restart 就行了

本文标签: 镜像国内Docker