adamant-student-67185
02/27/2023, 5:09 AMpulumi up
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
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 advancebillowy-army-68599
02/27/2023, 5:52 AMDOCKER_HOST
variable?adamant-student-67185
02/27/2023, 9:38 AMDOCKER_HOST
. A silly mistake.