Hello,
i was creating a Docker cloud agent template and I provided the image name from my local Docker. But I’m getting an error saying as below.
“pull access denied for agent, repository does not exist or may require ‘docker login’”
After going through many online answers, I realized that, it is trying to get that image from Docker Hub.
How can I refer to images which are available locally?
Thank you.
