Setting up Dev environment using docker in WSL

I am a junior attempting to contribute and I have succeeded in setting up the dev environment in Ubuntu, but I would like to be able to get it setup using WSL.

At this point I’ve installed everything into WSL using ubuntu, and when I start the docker/start.sh build command it begins processing but ultimately fails during the build process and closes the terminal without throwing any errors.

Does anyone have any suggestions on what to do to fix this issue? From what I’ve found searching, this is a directory missing issue that causes the shutdown of the build process but I’m not sure how to move forward in cracking this enigma.

Thanks in advance.

Rob