-
点击preferences
image.png -
选择Docker Engine, 在json中添加镜像配置,之后点击apply
image.png
{
"registry-mirrors": [
"https://hub-mirror.c.163.com"
],
"experimental": false,
"debug": true
}
- 在terminal中 使用
docker info
查看是否生效
~/Documents/other » docker info
...
Registry Mirrors:
https://hub-mirror.c.163.com/
Live Restore Enabled: false
Product License: Community Engine
...
网友评论