To set up for windows make sure you have the following pre-reqs
- make (should come with g++)
- docker
-
Download Docker Desktop for Windows
-
Make sure it is connected to your WSL2 instance (check docker link above)
-
Sign in to the Docker desktop
-
Within the Docker settings (gear icon on the desktop app) go to docker engine and edit the json config file such that the follow property is switched:
"features": { "buildkit": false },
The rest is kept the same
-
Now make sure your docker is running in WSL2 you can do
docker --version
in your WSL2 instance