I have a list of images which i want to push to the docker hub repository. Here is my list of images,
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
testimage1 latest 60927e450c80 6 days ago 596MB
testimage2 latest 516082cd94fa 2 weeks ago 547MB
testimage3 latest 5195076672a7 2 weeks ago 371MB
We can create only one private repository. So, is it possible push all the images to one private repository? Please help me i have googled but didn't get any solution.
After lots of trying, I found that We can only push one image to a private repository as a free user.If we push with the same tag then it will overwrite a repository image.And if we push with the different tag than it will push the repository as a public.