Skip to content

Instantly share code, notes, and snippets.

@F21
Last active February 19, 2021 17:31
Show Gist options
  • Save F21/75923c2ca04a768bb289f70a043a194d to your computer and use it in GitHub Desktop.
Save F21/75923c2ca04a768bb289f70a043a194d to your computer and use it in GitHub Desktop.
Update all pulled docker images

Update all pulled docker images

docker images |grep -v REPOSITORY|awk '{printf "%s:%s\n", $1, $2}'|xargs -L1 docker pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment