Docker command to pull new images:

docker image ls --format "{{.Repository}}:{{.Tag}}" | xargs -I % sh -c "docker pull %"