Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 223 Bytes

File metadata and controls

15 lines (10 loc) · 223 Bytes

Docker Cleanup

Remove unused images, containers, networks, etc.

Dangling images and containers

docker system prune

All unused imaged and containers

docker system prune --all --force