link
Pull an image or a repository from a registry
docker pull
Pull latest Nginx image
docker pull nginx
Pull specific version
docker pull nginx:1.19