Guest User

Untitled

a guest
Oct 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. docker container prune # Remove all stopped containers
  2. docker volume prune # Remove all unused volumes
  3. docker image prune # Remove unused images
  4. docker system prune # All of the above, in this order: containers, volumes, images
  5. docker system df # Show docker disk usage, including space reclaimable by pruning
Add Comment
Please, Sign In to add comment