Skip to content

Instantly share code, notes, and snippets.

@xdanger
Last active May 11, 2019 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdanger/454720b1b73f93afa8e7281d6bd55cd1 to your computer and use it in GitHub Desktop.
Save xdanger/454720b1b73f93afa8e7281d6bd55cd1 to your computer and use it in GitHub Desktop.
docker images | awk '(NR>1) && ($2!~/none/) {print $1":"$2}' | xargs -L1 docker pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment