Skip to content

Instantly share code, notes, and snippets.

@m4n3z40
Created May 24, 2021 21:31
Show Gist options
  • Save m4n3z40/59728f5316c646aedd743ee4b4895f59 to your computer and use it in GitHub Desktop.
Save m4n3z40/59728f5316c646aedd743ee4b4895f59 to your computer and use it in GitHub Desktop.
Comandos úteis do docker
# Remover todas imagens com um nome ou padrão (usando wildcard *) específico
docker rmi -f $(docker images --filter=reference="{{NOME}}:{{TAG}}" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment