We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037ef80 commit cd03082Copy full SHA for cd03082
README.md
@@ -650,6 +650,24 @@ Create more free space in thin pool or use dm.min_free_space option to change be
650
651
> 特别慎用,东西都没有了,注意备份哦。https://github.com/moby/moby/issues/3182#issuecomment-256532928
652
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
671
## 参考资料
672
673
### 官方英文资源
0 commit comments