Docker

docker system prune

This will remove: 
- all stopped containers 
- all volumes not used by at least one container 
- all networks not used by at least one container 
- all dangling images

Last updated