Which Docker command explicitly downloads the Nginx image from a registry without starting a container?
docker image start nginx
docker run nginx
docker ps nginx
docker pull nginx