bin-utils/docker_pull_all.sh

4 lines
118 B
Bash
Executable File

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