Created
April 11, 2020 01:35
-
-
Save peasead/3a453dcdc86c5ceeaa9534fb3e0c42be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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