Marvin
Pod overwrites my project code in "Volume Mount Path"
I run my container on pod where all my code lives in "/workspace/project/". When I set "Volume Mount Path" in my pod template to be "/workspace/project/" it overwrites my project code completely. It seems that volume mount happens after container is up and running, which removes everything in my project folder. Is there a workaround for this? (I'm not using a network volume btw)
12 replies
Container Registry Auth not working for private docker images
Hi guys, I created a key from dockerhub and added it to runpod settings "Container Registry Auth". I
- chose a random credential name,
- used my dockerhub username as the username of the credential,
- and used the generated key as the password.
But whenever i try to start a pod with the template, it says credentials not correct. Is there anything that i did wrong? (I did choose the created credential in template)
15 replies