Unable to find image 'hello-world:latest' locally docker: Error response from daemon


(1)修改

sudo vim /etc/docker/daemon.json

(2)添加

{ 
"registry-mirrors": ["https://alzgoonw.mirror.aliyuncs.com"] 
}

并保存

(3)重启

systemctl restart docker
sudo systemctl status docker

(4)

sudo docker run hello-world

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM