Skip to content

Instantly share code, notes, and snippets.

@peasead
Created April 11, 2020 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peasead/3a453dcdc86c5ceeaa9534fb3e0c42be to your computer and use it in GitHub Desktop.
Save peasead/3a453dcdc86c5ceeaa9534fb3e0c42be to your computer and use it in GitHub Desktop.
make a file called "images" with all of the docker images listed, 1 per line
while read i; do sudo docker pull "$i"; done < images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment