Pod not downloading container correctly from docker.io
The pod shows that it has downloaded the container from docker.io. The digest is the same as when I pull it on to my own server. The pod shows 15MB/30GB even though the container is 16GB. It then just says starting but never starts. The ssh connections shows:-- RUNPOD.IO --
Enjoy your Pod #1ly..7o ^_^
Error response from daemon: container 3ae07de.... is not running
Connection to 1.. closed.
7 Replies
tried many things, each time I stop GPU goes missing. Proxy http port does nothing, starting to feel like a scam
what is your docker image. Does your container has start command?
the container does have a start command, I have also tried overiding it so that it does not start running so that I can perhaps ssh into it, but that did the same. I have pulled the same container onto a vps and it works as expected and gives the same digest checksum as what runpod does.
@Madiator2011 Any thoughts? Do you have access to pod if I give ID?
Is image public
no it is not
You will need a start command, even just
sleep infinite
otherwise the container starts, has no CMD and exits peacefully.
This is what you're seeing.I had a start command which I removed for testing, tomorrow I will load the files directly without a container, on this platform its more trouble than its worth