-
-
Save OpenSourceAlchemist/b812f58ac3e89f4b577ef5fdab7cb686 to your computer and use it in GitHub Desktop.
Update all 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 image list | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker image pull |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updates for modern docker usage.