Skip to content

Instantly share code, notes, and snippets.

@afonsoaugusto
Last active April 15, 2022 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afonsoaugusto/681a4cf10f94aa9fdeb3bf727265a7ae to your computer and use it in GitHub Desktop.
Save afonsoaugusto/681a4cf10f94aa9fdeb3bf727265a7ae to your computer and use it in GitHub Desktop.
#!/bin/bash
docker container rm -f $(docker container ls -qa)
docker image rm -f $(docker image ls -q)
docker volume rm -f $(docker volume ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment