Skip to content

Instantly share code, notes, and snippets.

@akyoto
Created April 6, 2019 09:36
Show Gist options
  • Save akyoto/77d12135e2b1819b5e94a8459479d60f to your computer and use it in GitHub Desktop.
Save akyoto/77d12135e2b1819b5e94a8459479d60f to your computer and use it in GitHub Desktop.
Update all docker images
docker images --format "{{.Repository}}:{{.Tag}}" | grep :latest | xargs -L1 docker pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment