Skip to content

Instantly share code, notes, and snippets.

@vindard
Created July 25, 2023 13:41
Show Gist options
  • Save vindard/c821872ff37abbebac7c9e1b4582a010 to your computer and use it in GitHub Desktop.
Save vindard/c821872ff37abbebac7c9e1b4582a010 to your computer and use it in GitHub Desktop.
Some one-liners I use to do tasks on my linux box
# To clean up all my docker volumes
docker volume rm $(docker volume ls | awk 'NR>1 {print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment