Which command downloads the specifically requested Nginx 1.22.1 image to the Docker host?
docker pull nginx:1.22.1
docker inspect nginx:1.22.1
docker start nginx:1.22.1
docker rm nginx:1.22.1