我尝试使用docker images prune
命令删除悬空的图像。它删除了图像,我的容器仍然可以正常工作。当我尝试为我的项目执行docker-compose up
或docker-compose stop
时,出现错误:
ERROR: readlink /srv/docker/lib/overlay2/l/EL6Y2EGHNEACVTMXNFDY2ZR5ZK: no such file or directory
该如何解决?造成这个问题的原因是什么?
我尝试过:
docker-compose pull, docker-compose build --no-cache
然后我得到
ERROR: Service 'service' failed to build: symlink ../b59fcce04aafde09b8a5c2af462eb94b70835b85af8591bb4ee6aca3d9830721-init/diff /srv/docker/lib/overlay2/l/IPAQH7MT2BZB3UJ76YJG2IFGIW: no such file or directory
有解决方案吗?