Skip to content

Instantly share code, notes, and snippets.

@OpenSourceAlchemist
Forked from ColinLeverger/update-images.sh
Last active March 13, 2017 23:45
Show Gist options
  • Save OpenSourceAlchemist/b812f58ac3e89f4b577ef5fdab7cb686 to your computer and use it in GitHub Desktop.
Save OpenSourceAlchemist/b812f58ac3e89f4b577ef5fdab7cb686 to your computer and use it in GitHub Desktop.
Update all Docker images
docker image list | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker image pull
@OpenSourceAlchemist
Copy link
Author

Updates for modern docker usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment