Pull all docker images

This commit is contained in:
Meutel 2019-08-25 06:29:07 +00:00
parent 79e893e7a4
commit 214c50bd06
1 changed files with 3 additions and 0 deletions

3
docker_pull_all.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker images --format "{{.Repository}}:{{.Tag}}" | grep -v "<none>" | sort | uniq | xargs -L1 docker pull