码迷,mamicode.com
首页 > 其他好文 > 详细

docker的daemon配置

时间:2019-07-05 12:32:08      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:bip   tar   try   其他   art   仓库   style   文件   docker   

文件:/etc/docker/daemon.json,如果没有就创建

修改后重启生效:systemctl restart docker

示例内容:

{
    "registry-mirrors": ["https://registry.docker-cn.com"],
    "graph": "/mydata/lib/docker",
    "bip": "172.20.0.1/24"
}

registry-mirrors  仓库地址,这里修改为国内的官方加速地址

graph       镜像、容器的存储路径,默认是/var/lib/docker

bip         容器的IP网段

 

暂时就用到这些,其他用到时再补充...

docker的daemon配置

标签:bip   tar   try   其他   art   仓库   style   文件   docker   

原文地址:https://www.cnblogs.com/toSeek/p/11137489.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!