Skip to content

Instantly share code, notes, and snippets.

@spy86
Created September 11, 2018 13:29
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 spy86/3c12a47baa70b3eca15985d857dbffde to your computer and use it in GitHub Desktop.
Save spy86/3c12a47baa70b3eca15985d857dbffde to your computer and use it in GitHub Desktop.
Update all images for docker
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