Skip to content

Instantly share code, notes, and snippets.

@jonleopard
Forked from ColinLeverger/update-images.sh
Created May 9, 2018 12:30
Show Gist options
  • Save jonleopard/73680eeb681c1225fec9da439ca297d0 to your computer and use it in GitHub Desktop.
Save jonleopard/73680eeb681c1225fec9da439ca297d0 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