Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 300 Bytes

prune-unused-images.md

File metadata and controls

15 lines (6 loc) · 300 Bytes

Prune unused images and volumes from machine

To prune unused docker images and volumes from your machine, run:

docker system prune --all --force --volumes

See the official documentation for further details.