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