Pull all docker images
This commit is contained in:
parent
79e893e7a4
commit
214c50bd06
3
docker_pull_all.sh
Executable file
3
docker_pull_all.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker images --format "{{.Repository}}:{{.Tag}}" | grep -v "<none>" | sort | uniq | xargs -L1 docker pull
|
Loading…
Reference in New Issue
Block a user