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