In this blog post, I will show you a one-liner Docker command that will delete unused images.
Docker call unused images dangling images.
In our case dangling images, are images that we are not using in our image layers.
Delete Unused Images
To delete dangling images I will use the following command.
Docker images prune -f

Processing…
Success! You're on the list.
Whoops! There was an error and we couldn't process your subscription. Please reload the page and try again.