Skip to content

Instantly share code, notes, and snippets.

@gmirsky
Created July 1, 2020 14:54
Show Gist options
  • Select an option

  • Save gmirsky/6b2574989a83eab2eefb8245e8c63976 to your computer and use it in GitHub Desktop.

Select an option

Save gmirsky/6b2574989a83eab2eefb8245e8c63976 to your computer and use it in GitHub Desktop.
update all docker images
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