mysterious-architect-29033
06/09/2025, 1:56 PMunable to get image 'cp.icr.io/cp/wxo-lite/wxo-server-db:21-05-2025': Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[ERROR] - Error starting DB container: None
(.venv) vasaragh@Vasanths-MacBook-Pro hello-world % docker context ls
NAME DESCRIPTION DOCKER ENDPOINT ERROR
default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock
fast-garage-66093
06/09/2025, 6:24 PMmoby
container engine? You will not get a docker context when you are using containerd
(because it doesn't provide a docker.sock
endpoint).
If you are running with moby
, then something is wrong. Did you get an error? Is there anything interesting in the log files?mysterious-architect-29033
06/10/2025, 5:17 AM