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