Created
May 24, 2021 21:31
-
-
Save m4n3z40/59728f5316c646aedd743ee4b4895f59 to your computer and use it in GitHub Desktop.
Comandos úteis do docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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