7. docker pull nginx

01

Running

docker pull nginx

with no tag name will download an images of the latest version

docker images

**notice You now have two images containing different versions

install two different images to see

docker pull nginx:1.28
docker pull nginx

tags at https://hub.docker.com/_/nginx