What does docker pull nginx do when no tag is specified?
docker pull nginx
It immediately creates and starts an Nginx container.
It uploads the local Nginx image to Docker Hub.
It downloads the nginx:latest image and its required layers from Docker Hub.
nginx:latest
It downloads only the Nginx source code without a Docker image.