Alibaba cloud Q & A 2022-02-13 06:22:05 阅读数:310
Hello! , The following methods can be referred to : Configure domestic alicloud image ( Or other domestic ) Speed up
sudo mkdir -p /etc/dockersudo tee /etc/docker/daemon.json <<-'EOF'{ "registry-mirrors": ["https://xxxxx.mirror.aliyuncs.com"]}EOFsudo systemctl daemon-reloadsudo systemctl restart docker
If this method still doesn't work, consider using another image base. Or download it through scientific Internet tools and import it for local use . Make your own image.
copyright:author[Alibaba cloud Q & A],Please bring the original link to reprint, thank you. https://en.javamana.com/2022/02/202202130622035369.html