I’ve got Docker up and running, but getting anything to work witb in Docker or getting a machine to access the services that it says are running is a different story
Comment on It's Hard to Stay Motivated
cwagner@lemmy.cwagner.me 1 year ago[deleted]
LazerDickMcCheese@sh.itjust.works 1 year ago
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.
cestvrai@lemm.ee 1 year ago
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.
Im_old@lemmy.world 1 year ago
TECHNICALLY (yes, I’m fun at parties) you need 3 commands, as you also need to do an “apt update” after adding the repo. But we can chain commands of course. Do chained commands count as one? We could debate that for hours. Like why I prefer vi.
My point? None really, just having fun.
LazerDickMcCheese@sh.itjust.works 1 year ago
You forgot “sudo”! Try again