Skip to content

Instantly share code, notes, and snippets.

@killmenot
Forked from ColinLeverger/update-images.sh
Created February 7, 2020 09:32
Show Gist options
  • Save killmenot/dacfe842ebac37c08548847b1bcedb35 to your computer and use it in GitHub Desktop.
Save killmenot/dacfe842ebac37c08548847b1bcedb35 to your computer and use it in GitHub Desktop.
Update all Docker images
docker images | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment