Development
Docker Tips: Clean Up Your Local Machine
https://medium.com/better-programming/docker-tips-clean-up-your-local-machine-35f370a01a78 Overall Consumption Prune The following commands allow us to delete all stopped containers at once and to reclaim the disk space they’re using: Images Disk Usage The following commands list the existing dangling image on the system: To remove the dangling image we can go the long way: