docker pull nginx:latest

Meaning: Downloads an image from Docker Hub or other registries. Usage: To fetch an image from a remote repository. Example: docker pull nginx:latest retrieves the latest nginx image from Docker Hub.

--all-tags (All Tags)