Skip to content

Commit

Permalink
Update prune
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Oct 4, 2019
1 parent 7027234 commit 3409089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions menu/alias/templates/prune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
#
# docker autoprune unused docker/ volumes
################################################################################
sudo docker system prune -a -f
sudo docker image prune -a -f
#sudo docker system prune -a -f
#sudo docker image prune -a -f
sudo docker system prune --volumes -a -f

0 comments on commit 3409089

Please sign in to comment.