After trying out Cosmos Cloud (and it not working for the clients), I’m back at square one again. I was going to install Docker Desktop, but I see it warns that it runs on a VM. Will this be a problem when trying to remote connect to certain services, like Mealie or Jellyfin?


ease of use.
I’m a noob at networking.
Just throw your services in a docker-compose.yml file, create a docker bridge network, and assign the:
networks: - YourDockerNetworkTo the services in the yaml file, specify the ports it want’s to open with
ports: - 8080:8080And let it start up. If you want to get more complicated suggest reading the man page which really isn’t that long of a read.
Networking really cannot be simplified, you have to view it in a logistical way of how is Point A communicating with Point B which where Docker bridge networks come into play, they make the communication easy, if all your containers are all on the same docker network all you have to do is specify http://ContainerName:Port for them to communicate back and forth internally.
Check out CasaOS. Really easy to set up.
there’s only one way to get better at it. by doing it.
Or if it’s not something that’s valuable to you just do it the easy way.
Don’t think Docker Desktop would simplify networking, unless it added a new feature since I last used it ~2 years ago.
Docker Desktop isn’t needed on Linux. If you want a UI, try Portainer
What does networking have to do with docker? You haven’t explained what you’re trying to achieve.
Access containers remotely