Using dev containers in VSCode on Windows without using Docker Desktop
Why do I need this? - Using Docker Desktop for commercial use requires a license!
Docker Desktop is only free for small businesses with fewer than 250 employees AND less than $10 million in annual revenue. Docker Subscription Service Agreement
What are dev containers?
Dev Containers in Visual Studio Code are Docker containers used as full-featured development environments. They allow opening any folder inside a container, leveraging VS Code’s features. The contents of the dev container can be defined using a devcontainer.json file.