Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 244 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 244 Bytes

dockerclean

naive rb script to bulk-clean docker images and containers

Usage

rm all stopped containers: ./dockerclean.rb stopped

rm all untagged images: ./dockerclean.rb untagged

rm both: ./dockerclean.rb all