Skip to content

Instantly share code, notes, and snippets.

@jforge
Created July 31, 2023 14:27
Show Gist options
  • Save jforge/9c001f8231e7bfc37f73cb0ef8c98e87 to your computer and use it in GitHub Desktop.
Save jforge/9c001f8231e7bfc37f73cb0ef8c98e87 to your computer and use it in GitHub Desktop.
docker images | grep -v REPOSITORY | awk 'BEGIN{OFS=":"} {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