Coder.comC
Coder.com2y ago
19 replies
TitiMoby

Standard Kube install fails for docker template

I followed the standard guide to install Coder on our Kubernetes offer (I work at OVHcloud)
Coder starts well but when I try to create a Docker template, I have an error about Docker daemon.
I do not see any explanation on specific modification to do on deployement so I'm all ears to any advice.

Error =>
Error: Error pinging Docker server: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

on main.tf line 19, in provider "docker":

  19: provider "docker" {
Solution
yeah the general expectation with k8s is that the backend could be anything, it doesn't have to be docker
Was this page helpful?