Last active
June 19, 2020 14:39
-
-
Save kerasai/575a748983c1390fd1ff27ee04b9a0fd to your computer and use it in GitHub Desktop.
Docker prune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker system prune -f | |
docker image prune -f | |
docker volume prune -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment