Guest User

Untitled

a guest
Apr 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #check disk space
  4. df -h
  5.  
  6. #check dangling volume
  7. docker volume ls -qf dangling=true
  8.  
  9. docker system prune -a --volumes
Add Comment
Please, Sign In to add comment