filesystem layer verification failed for digest

匿名 (未验证) 提交于 2019-12-03 09:02:45

问题:

How to fix the docker problem? when I use the latest EC2 and docker (1.9.1) whatever the image is, they always tell me this error: """ filesystem layer verification failed for digest sha256 """

What should I do?

回答1:

That looks like an error from a trusted sandbox.
But it has been seen in other context, like issue 15603

Try and stop/restart the docker daemon, and remove all images

 sudo service docker stop  sudo service docker start  docker images -q | xargs docker rmi 


回答2:

It happened to me when I updated Amazon Linux "sudo yum update".



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!