Files
dock/Docker 加速
2026-01-02 13:25:05 +08:00

7 lines
119 B
Plaintext

mkdir -p /etc/docker
cat <<EOF > /etc/docker/daemon.json
{
"registry-mirrors": ["https://github.vps7k7k.xyz/"]
}
EOF