/*
vim /etc/docker/daemon.json
{
  "registry-mirrors": [
    "https://a8qh6yqv.mirror.aliyuncs.com",
    "http://hub-mirror.c.163.com"
  ],
  "exec-opts": ["native.cgroupdriver=systemd"],
  "insecure-registries": [
    "127.0.0.1:5000"
  ]
}


systemctl restart docker
systemctl status kubelet.service
参考:https://blog.csdn.net/russle/article/details/104954408
*/

相关文章:

  • 2021-09-03
  • 2021-11-14
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-09-22
猜你喜欢
  • 2021-10-15
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
相关资源
相似解决方案