Created
September 23, 2017 18:15
-
-
Save jandradap/c39da884e970cf3f69a51fbc820412f9 to your computer and use it in GitHub Desktop.
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
| docker images -a | grep -iv "repo" | grep -v "none" | awk -F " " '{print$1":"$2}' | xargs -t -L1 docker pull | |
| #alias para .bashrc | |
| #alias update_images="docker images -a | grep -iv 'repo' | grep -iv 'none' | awk -F \" \" '{print\$1\":\"\$2}' | xargs -t -L1 docker pull" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment