Created
September 1, 2023 21:42
-
-
Save jabenninghoff/a084cdcdcf693ebe43d5431e1717bf6a to your computer and use it in GitHub Desktop.
Update Docker Images
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 | awk '/^[a-z]/ { print $1}' | sed 's/.*/docker pull &/' | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment