#How do I start a pod with a private docker image (template) using GraphQL?

7 messages · Page 1 of 1 (latest)

south epoch
#

I am trying to start pods with the graphql api, running my private image.
In the docs it says this:
"If your container image is private, you can also specify Docker login credentials with a containerRegistryAuthId argument, which takes the ID (not the name) of the container registry credentials you saved in your RunPod user settings as a string."
But I can simply not find this ID anywhere in my settings. How do I do it?

stoic flareBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

steel lynx
#

You will most likely need templateId if your image is private.

#

And then add them to your template.

south epoch
#

templateId worked, thank you very much!