有些包下載過慢需要配置國內鏡像源:
root@VM-0-4-debian:~/container-tech/mm-supermarket/server# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
root@VM-0-4-debian:~/container-tech/mm-supermarket/server# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
2023-11-26