Hey everyone! I'm trying to figure out what specific Windows services (as shown in services.msc) Docker relies on to run properly. Is there a complete list available, or does anyone happen to know which services are essential? Thanks for your help!
2 Answers
Honestly, I suggest getting familiar with Linux. Trying to run Docker on Windows can lead to some frustrating experiences. It might save you a lot of trouble in the long run!
Docker primarily relies on WSL (Windows Subsystem for Linux) for its operations on Windows. If you're looking for information on required services, make sure WSL is properly installed and running.
I get that, but I really need it to work on Windows for now!