Docker ERROR: Error processing tar file(exit status 1): unexpected EOF

前端 未结 13 2195
离开以前
离开以前 2020-12-14 06:12

I needed space and executed: docker rmi $(docker images -f \"dangling=true\" -q)

Since then I can\'t with docker-compose: docker-compose build

13条回答
  •  太阳男子
    2020-12-14 06:16

    I had the same issue and the approved answer didn't work for me.

    Turns out I had a file with permissions which didn't allow the user running docker-compose to read it. After removing the file everything was OK

提交回复
热议问题