Hey folks.
Since Docker Desktop is a paid service now, do you know some alternative on Windows that support the integrations/helpers with VS and VSCode?
It's still free for individuals, non profit and companies under 25 employees with less than 1M$/year gross. If your company is bigger or makes more than 1M$ per year, should consider compensate Docker for the work done, just as it probably ask its customer to pay for software you make (using docker among other tools, I presume).
You can install docker in the wsl2. Then configure it to be accessible in your network (preferably secure it by using a certificate, otherwise you will have a big security issue). You can then use the docker client exe from windows to access the docker instance in WSL, just a few environment variables to configure to make it access the WSL environment. From there everything should be working as expected. I don't have all the links at hand describing how to do these steps, if you need them let me know and I will look them up later.
I don't know how VS Code accesses docker, it may be that you do not even need all the steps
Videos
What is the best Docker Desktop alternative for Windows?
Is there a free alternative to Docker Desktop?
#### What is the best Docker Desktop alternative?
I’ve been using Docker Desktop on my Windows laptop for building images and running containers, but it often takes up 100 GB and more, let alone the issues and bugs from it.
I got a new laptop and am looking for a better way to use Docker. Any thoughts?