windows下docker使用及注意事项
2021-04-09 12:25
标签:inf inux content docke 加速器 daemon linu 加速 mda 1、windows container模式下,pull镜像会失败 2、windows container模式下会存在问题,再次切换到linux container模式下,启动会出现问题 3、解决memory问题 右击docker状态栏的图标,选择设置(settings),再将advanced下的memory从2048修改为1280,自动重启后即可成功启动。 4、docker默认下载的镜像基本上都是在国外,下载速度会非常缓慢,需要进行设置镜像加速 使用阿里云加速的方法: 1)登录阿里云镜像加速网站,登录成功后会出现个人专属加速器url 2)配置到docker配置文件 windows下的配置文件目录为:C:\ProgramData\Docker\config\daemon.json 3)测试加速器是否设置成功 出现框出的参数即代表设置成功。 windows下docker使用及注意事项 标签:inf inux content docke 加速器 daemon linu 加速 mda 原文地址:https://www.cnblogs.com/icebutterfly/p/9066653.htmlno matching manifest for windows/amd64 in the manifest list entries
out of memory
{"registry-mirrors":["自己的专属url"],"insecure-registries":[], "debug":true, "experimental": true}
docker info
上一篇:在线生成二维码的API接口
下一篇:MVC和WebApi的区别:
文章标题:windows下docker使用及注意事项
文章链接:http://soscw.com/index.php/essay/73326.html