Skip to content

Instantly share code, notes, and snippets.

@jabenninghoff
Created September 1, 2023 21:42
Show Gist options
  • Save jabenninghoff/a084cdcdcf693ebe43d5431e1717bf6a to your computer and use it in GitHub Desktop.
Save jabenninghoff/a084cdcdcf693ebe43d5431e1717bf6a to your computer and use it in GitHub Desktop.
Update Docker Images
docker images | awk '/^[a-z]/ { print $1}' | sed 's/.*/docker pull &/' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment