I am trying to pull a docker image from the DTR and I am getting below error
#docker pull repo/appname
Trying to pull repository repo/appname ...
Pulling repository repo/appname
**invalid character '<' looking for beginning of value**
I am not sure what's wrong. I just googled and found below link related to the error but no help.
The issue in my case was actually the image was missing in DTR.
I didn't know they had multiple DTR's with almost similar names (except few characters) in my organization. So the image was pushed to ABC DTR, but the pull was looking into XYZ DTR.
Hence, I got the above error. I am able to successfully pull the image from the right DTR.