You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
supabase cli cannot connect to the docker daemon started by colima
To Reproduce
Start docker via colima, run supabase start:
$ supabase start
Error: Failed to connect to Docker daemon. Is Docker running?
Expected behavior
Supabase should start locally
Screenshots
Sample output from running the commands on my machine:
$ docker ps
Cannot connect to the Docker daemon at unix:///Users/xxx/.colima/docker.sock. Is the docker daemon running?
$ colima start
INFO[0000] using docker runtime
INFO[0000] starting colima
INFO[0000] starting ... context=vm
INFO[0031] provisioning ... context=docker
INFO[0031] starting ... context=docker
INFO[0037] waiting for startup to complete ... context=docker
INFO[0037] done
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
$ docker run --rm grycap/cowsay
________________________________________
/ He who hoots with owls by night cannot \
\ soar with eagles by day. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$ supabase start
Error: Failed to connect to Docker daemon. Is Docker running?
Bug report
Describe the bug
supabase
cli cannot connect to the docker daemon started by colimaTo Reproduce
Start docker via colima, run
supabase start
:Expected behavior
Supabase should start locally
Screenshots
Sample output from running the commands on my machine:
System information
Additional context
supabase
,docker
andcolima
were installed viabrew
.The text was updated successfully, but these errors were encountered: