connect dockerhub with runpod
I created a docker image locally and pushed it to dockerhub. I am now trying to make a new template in runpod using that image. But how do i fetch the image from dockerhub?
4 Replies
You don't fetch the image, just add it to your template, then create a pod using the template and the pod will fetch the image.
Ok got it. Can i know the format i need to put, is it supposed to be like <username>/<repo>/<imageName>?
Use a tag as well.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View