this post was submitted on 25 Apr 2026
52 points (96.4% liked)

Selfhosted

60076 readers
710 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] djdarren@piefed.social 4 points 1 month ago (1 children)

As a Mac user who's migrated over to Linux over the past year or so, I've got an idea of where OP is coming from.

Docker on macOS is accessed via a Desktop GUI, so you can easily see what you have installed, how it's running, etc... So when I shifted over to Linux, I was thrown off by there being no such tool. I wasn't used to using a terminal to do everything, and grumbled quite a lot about there being no Docker Desktop GUI, given how many self-hostable services run through Docker.

I've since gotten used to it, but it really is quite jarring.

[–] Mordikan@kbin.earth 1 points 1 month ago (1 children)

There are a lot of Docker GUI tools out there. There just isn't Docker Desktop. Here are a few:

  1. Portainer
  2. Podman Desktop
  3. Yacht (pretty sure this is unmaintained currently but still should work)
[–] djdarren@piefed.social 1 points 1 month ago

Oh aye, I get it. But when you're new to the platform and trying to work with tools that are familiar, you don't know about any of that.