vipsoft

  

 

 

配置好后 重新加载一下 daemon

[root@centos-linux jimmy]# systemctl daemon-reload
[root@centos-linux jimmy]# systemcel restart docker

重启后,docker pull 就会有飞一般的感觉 

 


 

 

如果报错下面的错,可以将 json 改成 .conf

Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

 

 

解决办法:将 /etc/docker/daemon.json 修改为 /etc/docker/daemon.conf

 

 mv /etc/docker/daemon.json /etc/docker/daemon.conf

 

 

分类:

技术点:

相关文章:

  • 2021-12-14
  • 2021-12-15
  • 2021-12-05
  • 2021-12-14
  • 2021-12-14
  • 2021-07-15
猜你喜欢
  • 2021-12-14
  • 2022-01-15
  • 2021-12-14
  • 2021-11-05
  • 2021-08-08
相关资源
相似解决方案