-
Notifications
You must be signed in to change notification settings - Fork 18.9k
docker rmi --unused #9054
Copy link
Copy link
Closed
Labels
area/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Metadata
Metadata
Assignees
Labels
area/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
I raised this discussion here
https://forums.docker.com/t/command-to-remove-all-unused-images/20
To recap we often find ourselves with systems saturated with unused images, it would be super awesome if we had a simple way of cleaning up.
Eg:
This is tricky to script as you need to walk through dependencies, the workaround is just to ignore the errors from
rmi, but it feels unclean.