Skip to content

Instantly share code, notes, and snippets.

@slavahatnuke
Created May 29, 2020 10:21
Show Gist options
  • Save slavahatnuke/613c4b4501c332552823191517e09772 to your computer and use it in GitHub Desktop.
Save slavahatnuke/613c4b4501c332552823191517e09772 to your computer and use it in GitHub Desktop.
docker system prune -f && docker rmi $(docker images -aq) -f || echo IMAGESOK && docker volume prune -f && echo DOCKERCLEANUP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment