Skip to content

Commit cd03082

Browse files
committed
doc: update README.md
1 parent 037ef80 commit cd03082

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,24 @@ Create more free space in thin pool or use dm.min_free_space option to change be
650650

651651
> 特别慎用,东西都没有了,注意备份哦。https://github.com/moby/moby/issues/3182#issuecomment-256532928
652652
653+
**镜像拉不下来**
654+
655+
修改 Docker `daemon.json` 配置 macOS: `/etc/docker/daemon.json`,Linux: `~/.docker/daemon.json`
656+
657+
```js
658+
{
659+
"registry-mirrors":[
660+
"https://docker.mirrors.ustc.edu.cn",
661+
"https://hub-mirror.c.163.com",
662+
"https://mirror.baidubce.com",
663+
"https://registry.docker-cn.com"
664+
],
665+
"insecure-registries": [
666+
"192.168.188.111:2021"
667+
]
668+
}
669+
```
670+
653671
## 参考资料
654672

655673
### 官方英文资源

0 commit comments

Comments
 (0)