Creating and managing custom containers
I want to create custom containers and I have the following requirements. Please let me know how (and if) they can be achieved via runpod. I tried looking in the docs but couldn't figure out everything.
1. I want to create containers out of image hosted on Dockerhub, that are around 50GB (or more) in size -- is there a size limit on runpod?
2. I want to start new containers (with my custom image), list them and stop them from my backend -- how can this be achieved?
1. I want to create containers out of image hosted on Dockerhub, that are around 50GB (or more) in size -- is there a size limit on runpod?
2. I want to start new containers (with my custom image), list them and stop them from my backend -- how can this be achieved?
Solution
1) No problem, I have loaded 85.8GB images from Dockerhub into RunPod.
2) You can do this with the RunPod web GUI or using GraphQL scripting.
2) You can do this with the RunPod web GUI or using GraphQL scripting.
