Skip to content

Instantly share code, notes, and snippets.

@sistematico
Forked from ColinLeverger/update-images.sh
Created November 29, 2019 02:28
Show Gist options
  • Save sistematico/3020cc117d055adfd97fa48c8bd75ef4 to your computer and use it in GitHub Desktop.
Save sistematico/3020cc117d055adfd97fa48c8bd75ef4 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