From 9bca99958a095564fc1fe37919162c894e6cc9bf Mon Sep 17 00:00:00 2001 From: Elmoataz Abdellah <147349819+mezosauce@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:37:20 -0500 Subject: [PATCH 1/2] Update DEVELOPMENT.md --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 4efe2c3..840a177 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -49,6 +49,8 @@ If the build fails, particularly on the client, a cached build may have been use - Docker daemon not working. I've encountered this bug a while ago (like 2023) with Docker Desktop. Basically, Docker Desktop cannot tunnel to WSL and give it access to Docker. I believe Rancher Desktop plays nicer with WSL, so use that instead. Otherwise, look up how to tunnel Docker to WSL with Docker Desktop/Rancher Desktop. You can check whether Docker is accessible within WSL by running `docker --version` inside WSL and see if the command executes. + + #### Linux Known Bugs #### Mac Known Bugs From 7de33609ad150d274bf1fb8711548d559f41105f Mon Sep 17 00:00:00 2001 From: Elmoataz Abdellah <147349819+mezosauce@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:37:25 -0500 Subject: [PATCH 2/2] Update DEVELOPMENT.md --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 840a177..489c993 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -49,6 +49,7 @@ If the build fails, particularly on the client, a cached build may have been use - Docker daemon not working. I've encountered this bug a while ago (like 2023) with Docker Desktop. Basically, Docker Desktop cannot tunnel to WSL and give it access to Docker. I believe Rancher Desktop plays nicer with WSL, so use that instead. Otherwise, look up how to tunnel Docker to WSL with Docker Desktop/Rancher Desktop. You can check whether Docker is accessible within WSL by running `docker --version` inside WSL and see if the command executes. +- When running WSL from Windows if the directory is `/mnt/c/...` make sure to run `cd` to set the directory to ` /home/` then clone the following repository inside this directory. Finally you can use the `Dev Containers: Reopen in Container` through ubuntu instead of `windows` #### Linux Known Bugs