I am using colima instead of docker destop, The fo...
# general
a
I am using colima instead of docker destop, The following error i am getting while running the
pulumi up
Copy code
Previewing update (dev)

View Live: <https://app.pulumi.com/shiviraj/my-first-app/dev/previews/6e20735f-68dd-4c92-80c8-dacbe0320959>

     Type                         Name              Plan     Info
     pulumi:pulumi:Stack          my-first-app-dev
     └─ docker:index:RemoteImage  backend-image              1 error


Diagnostics:
  docker:index:RemoteImage (backend-image):
    error: 1 error occurred:
    	* Error pinging Docker server: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
While running
docker context ls
, I am getting the following output
Copy code
NAME       DESCRIPTION                               DOCKER ENDPOINT                                   KUBERNETES ENDPOINT   ORCHESTRATOR
colima *   colima                                    unix:///Users/shivi/.colima/default/docker.sock
default    Current DOCKER_HOST based configuration   unix:///var/run/docker.sock                                             swarm
What are the possible solutions to fix this issue? Thanks in advance
b
have you set the
DOCKER_HOST
variable?
a
Thanks @billowy-army-68599 for helping me out. Basically I missed the
DOCKER_HOST
. A silly mistake.