Docker 镜像加速

Docker 镜像加速需配置 registry mirrors:

# tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://docker.freewings.top"]
}
EOF

# systemctl restart docker

# docker info