2024-08-01 / Linux , 脚本 , Docker Docker 设置国内镜像站 私有 管某 1 分钟阅读 12345678sudo mkdir -p /etc/dockersudo tee /etc/docker/daemon.json <<-'EOF'{ "registry-mirrors": ["https://docker.54sxh.cn"]}EOFsudo systemctl daemon-reloadsudo systemctl restart docker 上一篇 安装TCPing 下一篇 k8s 执行报错 error: specifying a root certificates file with the insecure flag is not allowed