Cleaning up not-used Docker images/containers/volumes

Docker has a built-in command to prune all the dangling (not-used) Docker images/containers/volumes:

docker system prune --volumes

You may also like...

How to remove a Brew package and all its dependencies?