懒洋洋的猫
发布于 2025-07-25 / 80 阅读
1

docker的国内镜像

vim /etc/docker/daemon.json

{
    "registry-mirrors": [
        "https://docker.1panel.live"
        , "https://hub.icert.top/"
        , "https://ghcr.geekery.cn"
        , "https://docker.mirrors.ustc.edu.cn"
        , "https://hub-mirror.c.163.com"
    ]
}