docker拉取镜像报错Bad Request

问题现象

docker拉取镜像报错Bad Request。

问题分析

cat /etc/systemd/system/docker.service.d/http-proxy.conf

1.1.1.1:80模拟错误的docker代理配置,错误的代理导致镜像拉取失败。

解决问题

注释代理配置。

vim /etc/systemd/system/docker.service.d/http-proxy.conf

重启docker。

systemctl daemon-reload
systemctl restart docker

posted on 2024-06-08 10:25  王景迁  阅读(47)  评论(0编辑  收藏  举报

导航