my actual command:
# clean up docker images and volumes dockercleanup() { docker system df docker system prune -f docker volume prune -f docker image prune -f docker system df }
from github.com/m1well/env-setup
Seems like you can combine 2 and 3 with --volume flag, 4 never worked for me, don't know why
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
my actual command:
from github.com/m1well/env-setup
Seems like you can combine 2 and 3 with --volume flag, 4 never worked for me, don't know why