-
使用docker在线拉取镜像时,需要配置/etc/docker/daemon.json
{
“registry-mirrors”:[“https://docker.m.daocloud.io”,“https://dockerproxy.com”,“https://docker.mirrors.ustc.edu.cn”,“https://docker.nju.edu.cn”],
“data-root”: “/var/lib/docker”,
“live-restore”: true,
“log-driver”: “json-file”,
“log-opts”: {
“max-file”: “3”,
“max-size”: “10m”
}
} -
安装docker时需要先yum remove podman,否则会提示异常
{“level”:“error”,“msg”:“container_linux.go:318: starting container process caused “permission denied”\n”,“time”:“2024-08-07T09:13:04+08:00”}
记录一次麒麟系统使用docker的坑
最新推荐文章于 2024-10-30 16:42:47 发布