Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 212 Bytes

remove_everything.md

File metadata and controls

6 lines (4 loc) · 212 Bytes

Remove everything (all dangling images, stopped containers, all unused netwroks)

docker system prune

If you also want to remove all unused volumes, pass the --volumes flag docker system prune --volumes