Skip to content

Instantly share code, notes, and snippets.

@danieldfc
Created December 15, 2020 05:08
Show Gist options
  • Save danieldfc/f9499da9edf3afdb285a3a2a4b59665b to your computer and use it in GitHub Desktop.
Save danieldfc/f9499da9edf3afdb285a3a2a4b59665b to your computer and use it in GitHub Desktop.
command-inline docker remove all
# PARA REMOVER TUDO COMO: CACHE, IMAGENS, CONTAINERS...
$ docker system prune --all --force --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment