Docker dm_task_run failed error

后端 未结 5 841
长情又很酷
长情又很酷 2021-01-31 09:27

Today I first time installed docker on Fedora 21. Now, I need change location of docker images folder from default /var/lib/docker.

After copying files (devicemapper sub

5条回答
  •  Happy的楠姐
    2021-01-31 10:09

    As seen in issue 3721, this generally is a disk space issue.

    The problem is that docker rmi doesn't always work in that case:

    Getting this in v1.2 on CentOS 6.5 if a disk fills up before the image finishes pulling. Unable to rmi the incomplete image.

    One "nuclear" option:

    removing everything in /var/lib/docker worked out. Thanks

    Another reason can be a common layer of fs to be downloaded between two images.

提交回复
热议问题