Pull all images with specific tag from repository

DenCowboy picture DenCowboy · Jun 15, 2016 · Viewed 23.9k times · Source

I want to pull all the images with tag 1.2.0 from here.

Is this possible?

Answer

BMitch picture BMitch · Jun 15, 2016

You pull specific tags with the following syntax:

docker pull fedora:1.0

From your new question, you appear to want to pull multiple repositories from a specific login on Docker Hub. I'm not aware of a command that supports this but you should be able to script the docker search output.