Skip to content

Instantly share code, notes, and snippets.

@grachevko
Created May 28, 2016 21:37
Show Gist options
  • Save grachevko/3fa23f511a87a83f907b3720f5e1369c to your computer and use it in GitHub Desktop.
Save grachevko/3fa23f511a87a83f907b3720f5e1369c 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