dockerd启动参数详解:

dockerd \
--bip 10.1.20.0/16 \  #设置docker0网段
--selinux-enabled=false \  #关闭selinux
--insecure-registry daocloud.io \
--registry-mirror=https://db411c61.m.daocloud.io  #我的加速

docker配置文件,配置启动参数

vim /etc/sysconfig/docker
最下面增加一行: 
other_args="--registry-mirror=https://olxmv577.mirror.aliyuncs.com"  #centos6用这个,启动参数

 

相关文章:

  • 2022-12-23
  • 2021-07-23
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
猜你喜欢
  • 2021-06-01
  • 2021-06-21
  • 2022-12-23
  • 2021-11-30
  • 2021-11-18
相关资源
相似解决方案