bin-utils/docker_pull_all.sh

4 lines
118 B
Bash
Raw Permalink Normal View History

2019-08-25 06:29:07 +00:00
#!/bin/sh
docker images --format "{{.Repository}}:{{.Tag}}" | grep -v "<none>" | sort | uniq | xargs -L1 docker pull