Created
August 17, 2019 14:36
-
-
Save rogervila/97360be2339e23afe568e85f49358023 to your computer and use it in GitHub Desktop.
Update all docker images
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
docker images | awk '{print $1":"$2}' | grep -v 'none' | grep -iv 'repo' | xargs -n1 docker pull |
Good job.
I am proud of you.
Hahahahahhaha.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is based on @mercuriete idea: https://gist.github.com/mercuriete/c5585b4cd290efcc4b707b27b799d36d