Skip to content

Instantly share code, notes, and snippets.

View daskelly's full-sized avatar

Dan Skelly daskelly

View GitHub Profile
@ngpestelos
ngpestelos / remove-docker-containers.md
Last active October 8, 2025 18:58
How to remove unused Docker containers and images

May 8, 2018

I wrote this four years ago, so instead use this command:

$ docker rmi $(docker images -q -f dangling=true)