docker pull mysql时,下载卡出了,其中一个镜像层一直Downloading,
[root@localhost gitea]# docker pull mysql
Using default tag: latest
Trying to pull repository docker.io/library/mysql ...
latest: Pulling from docker.io/library/mysql
69692152171a: Already exists
1651b0be3df3: Already exists
951da7386bc8: Already exists
0f86c95aa242: Already exists
37ba2d8bd4fe: Already exists
6d278bb05e94: Already exists
497efbd93a3e: Already exists
f7fddf10c2c2: Already exists
16415d159dfb: Downloading [=======================================> ] 92.26 MB/115.8 MB
0e530ffc6b73: Download complete
b0a4a1a77178: Download complete
cd90f92aa9ef: Download complete
docker拉取的的镜像是存放在/var/lib/docker/overlay2,缓存是在/var/lib/docker/tmp,但是我都删掉反而报错有其中有的东西不能删;文章来源:https://www.toymoban.com/news/detail-511754.html
所以我又重新安装的docker,可以了。后来又碰到一次重启docker也行。文章来源地址https://www.toymoban.com/news/detail-511754.html
重启
systemctl restart docker
到了这里,关于docker pull镜像的时候下载卡死的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!