Does supabase work in a devcontainer with docker-outside-of-docker? #30078
Unanswered
PanCakeConnaisseur
asked this question in
Questions
Replies: 1 comment
-
Same challenge, same debug trace - did you get anywhere or anyone come back ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to get Supabase to run in a devcontainer with the feature ghcr.io/devcontainers/features/docker-outside-of-docker:1.
The project consists of multiple containers which are started by a docker-compose.yml (specified in the devcontainer.json) and in the Dockerfile of the development container I install supabase
When vscode has started and attached to the development container I use the
supabase
command to start all the containers but this fails without any helpful hint AFAICS.I don't undestand what is happening, but assume that supabase failed to start its own PostgreSQL container and therefore fails to connect to it. Any ideas on how to debug and solve this?
Note that AFAIU I need to use
docker-outside-of-docker
and can not usedocker-inside-docker
because the latter would start the supabase containers inside the development container and be isolated from the containers from the docker-compose.yml.I am using Kubuntu 24.04 LTS on the host.
Beta Was this translation helpful? Give feedback.
All reactions