ubuntu 20.04 安装 docker 后遇到的网络问题
问题 安装docker后,无法拉取hello-world镜像,: $ docker run --rm hello-world Unable to find image hello-world:latest locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: req…
2026-05-02