cri.dev
about posts
rss
  • about
  • posts
  • rss

Cleanup docker dangling images

Published on 2020-11-18
#docker

Signup to Linode and get $100, 60-day credit   Try ProtonMail for free   Get $10 on Coinbase

A dangling Docker image is an unused image, meaning that it has not been assigned or used in a container.

Docker keeps those dangling images, forever, if you don’t clean them up.

This will clear all dangling images:

docker images prune -f

In my case, this helped to free 10GB+

10gb docker

Found this useful?
By cf Chris

Continue reading

Most popular

Making Minimal Analytics
What apps I'm currently self-hosting
Learn Elixir - A study path
My reading stack with Miniflux/RSS & Pocket
Raspberry Pi as a local server for self hosting applications
Optional chaining in Node.js 14 and JavaScript
Nullish coalescing in Node.js 14 and JavaScript
Twitter OAuth Login with fastify and Node.js
Twitter OAuth Login by example with Node.js
Twitter OAuth by example in Node.js

Read more featured posts

Browse by tag

javascript x 58 nodejs x 48 til x 23 elixir x 16 opinion x 13 mac x 11 testing x 11 privacy x 11 docker x 9 linux x 8
About Blog RSS Today I Learned Links Contact
Read the privacy policy Sitemap

© 2012 - present Christian Fei
All Rights Reserved