1 line
73 B
Bash
1 line
73 B
Bash
|
docker images --format "{{.Repository}}:{{.Tag}}" | xargs -L1 docker pull
|