Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker not freeing up diskspace even after deleting images (macosx) #26635

Closed
majuansari opened this issue Sep 16, 2016 · 2 comments
Closed

Docker not freeing up diskspace even after deleting images (macosx) #26635

majuansari opened this issue Sep 16, 2016 · 2 comments

Comments

@majuansari
Copy link

I did the following to delete images and reclaim disk space. But unfortunately its not working

$ df -h
Filesystem      Size   Used  Avail Capacity  iused ifree %iused  Mounted on
/dev/disk1     112Gi  111Gi  330Mi   100% 29237368 84358  100%   /

Then:


$ docker rm $(docker ps -aq)
$ docker rmi $(docker images -q)

But still it does not free up the disk space .

$ df -h
Filesystem      Size   Used  Avail Capacity  iused ifree %iused  Mounted on
/dev/disk1     112Gi  111Gi  329Mi   100% 29237470 84256  100%   /
@majuansari majuansari changed the title Docker not freeing up diskspace even after deleting images Docker not freeing up diskspace even after deleting images (macosx) Sep 16, 2016
@justincormack
Copy link
Contributor

Yes, we are planning to work on this, hoping to get it working for 1.13. A factory reset will free up the space, but obviously loses everything.

@justincormack
Copy link
Contributor

We have a tracking issue here docker/for-mac#371, so I am going to close this here as it is specific to the Mac not a general Docker issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants