docker修改daemon.json 添加私有仓库重启报错
【摘要】
问题描述
在修改 /etc/docker/daemon.json 添加 私有仓库地址后,重启出现如下报错 unable to configure the Docker daemon with file ...
问题描述
在修改 /etc/docker/daemon.json 添加 私有仓库地址后,重启出现如下报错
unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives are specified both as a flag and in the configuration file: insecure
解决方案
1.查看 /usr/lib/systemd/system/docker.service
删除$INSECURE_REGISTRY \
这一行 大约在倒数15行
2.deamon.json 是否有多行,行尾是否添加 ,
如果你是多行配置文件,那么请每行以 ,
结尾
文章来源: blog.csdn.net,作者:指剑,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/fly1574/article/details/126529497
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)