Created
May 25, 2020 10:26
-
-
Save aleksb86/1746122a61ce53db8bcb91c78d66ea6f to your computer and use it in GitHub Desktop.
Docker shorthands
This file contains 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
# удалить все images без тегов | |
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment