Meaning: Pulls all tags of the specified image. Usage: Downloads all available tags for the image. Example: docker pull --all-tags ubuntu pulls all tags of the ubuntu image.
docker pull --all-tags ubuntu
ubuntu
docker pull --all-tags <image>