docker 镜像加速
linux 一键修改 docker 国内源
官网地址:https://linuxmirrors.cn/
中国大陆
1bash <(curl -sSL https://linuxmirrors.cn/main.sh)
中国大陆教育网
1bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu
手动修改 docker 源
1 、GPT修改格式
国外地址更新:https://github.com/dongyubin/DockerHub
国内地址更新:https://www.wangdu.site/course/2109.html
2 、Linux Docker_修改镜像地址
123456789101112131415touch /etc/docker/daemon.json && \cat > /etc/docker/daemon.json <<EOF{ "registry-mirrors": [ "http ...