Skip to content

Instantly share code, notes, and snippets.

@kerasai
Last active June 19, 2020 14:39
Show Gist options
  • Save kerasai/575a748983c1390fd1ff27ee04b9a0fd to your computer and use it in GitHub Desktop.
Save kerasai/575a748983c1390fd1ff27ee04b9a0fd to your computer and use it in GitHub Desktop.
Docker prune
#!/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