Docker daemon is not started by default?
In the template I specify docker run command, but the worker cannot execute the container because daemon is not running. docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? I added systemctl start docker command before docker run, but systemctl is not recognised. How to make this container start?
3 Replies
Solution
You can't run Docker in Docker on RunPod.
okayy, i have a particular usecase, is there a workaround?
There is no workaround, put the stuff into a template but you can't run docker on RunPod, its already a docker container.