Skip to content

Instantly share code, notes, and snippets.

@lopesivan
Forked from F21/update-pulled-images.md
Created November 1, 2019 11:31
Show Gist options
  • Save lopesivan/51872404c2f78d90d7db2d67b7e2abff to your computer and use it in GitHub Desktop.
Save lopesivan/51872404c2f78d90d7db2d67b7e2abff to your computer and use it in GitHub Desktop.
Update all pulled docker images

Update all pulled docker images

docker images |grep -v REPOSITORY|awk '{printf "%s:%s\n", $1, $2}'|xargs -L1 docker pull

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