bin-utils/docker_pull_all.sh
2019-08-25 06:29:07 +00:00

4 lines
118 B
Bash
Executable File

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