Terminate pod after it finished it command
Is there a way to remove a pod after it finished the dockerStartCmd command automatically? Instead of restart it?
I had to install runpodctl in my container to add
I had to install runpodctl in my container to add
; runpodctl stop pod "$RUNPOD_POD_ID" which i dont think is ideal.