Shah Bakhteyar Haider
Docker In Docker custom image for GPU pods and Presistant or Network volume support in CPU Pods?
Hey, was anyone able to run docker in docker using CPU or GPU pods?
I want to build a large docker image using RunPod's CPU pods but they do not allow network volume or storage over 20 GB
The "Runpod Ubuntu" image allows me to run docker in docker as it somehow has support for iptables (I need to run some commands first) but I run out of storage (due to the 20 GB limit)
I tried to create custom docker image for GPU pods (because they allow presistant storage) based on ubuntu to enable docker in docker but even with identical commands I can not get iptables to work in my custom image
I also could not find the "Runpod Ubuntu" image anywhere on github.
9 replies