Skip to content

Instantly share code, notes, and snippets.

@rogervila
Created August 17, 2019 14:36
Show Gist options
  • Save rogervila/97360be2339e23afe568e85f49358023 to your computer and use it in GitHub Desktop.
Save rogervila/97360be2339e23afe568e85f49358023 to your computer and use it in GitHub Desktop.
Update all docker images
docker images | awk '{print $1":"$2}' | grep -v 'none' | grep -iv 'repo' | xargs -n1 docker pull
@rogervila
Copy link
Author

@mercuriete
Copy link

Good job.
I am proud of you.
Hahahahahhaha.

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