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...

Using two-way merge/conflict tool in (n)vim