#!/bin/sh
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
docker images --format '{{.Repository}}' | xargs -L 1 docker pull