I have worked with Docker/WSL for a number of years and it is more difficult compared to Docker in Linux. There are a lot a unique quirks and bugs that are an absolute pain to deal with.
Would not recommend for any relatively complex use case and certainly not for a server.
Chewy7324@discuss.tchncs.de 1 year ago
This sounds like ports aren’t forwarded correctly. At least that’s a regular problem I have.
ss -tunlp
shows which ports are open and helps me often to find out if I’m just too dumb again ;DI do think that if you continue to set up services on Linux (with or without docker), you’ll get quickly to a point where setting up a new service takes only a few minutes.