this post was submitted on 25 Apr 2026
50 points (96.3% liked)

Selfhosted

61070 readers
948 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

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
[–] anonfopyapper@lemmy.world -3 points 3 months ago (3 children)

No its not.

While podman fully OCI image compliant, the network stack of it is different. And podman runsias user, not as root.

Not to mention that podman is a CLI, but OP asked for GUI

[–] JustJack23@slrpnk.net 32 points 3 months ago (2 children)
[–] Hezaethos@piefed.zip 9 points 3 months ago

Ok, this is interesting 🙂 they also have a learning center thing it says, so maybe I can take the classes/lessons/tutorials they mention.

I just really hope I then figure out the remote connection stuff. That's the one I'm most paranoid about and wanting to figure out

[–] irmadlad@lemmy.world 3 points 3 months ago (2 children)

That's interesting. I didn't know Podman had a Windows environment desktop app.

[–] devfuuu@lemmy.world 6 points 3 months ago

Also works good in macos. Been using it instead of the lima/colima stack for a few weeks now.

[–] JustJack23@slrpnk.net 2 points 3 months ago

Tbf Idk how well it works on windows, but on Linux and Mac I have had no problems with it.

[–] qaz@lemmy.world 3 points 3 months ago

And podman runsias user, not as root.

Both Podman and Docker have rootfull and rootless options

[–] neclimdul@lemmy.world 2 points 3 months ago (1 children)

Ive recently replaced my docker setup on Linux with podman and as was said this isn't entirely true. Running as user is actually a good thing but Podman machine allows root like you're probably used to and the docker compatibility seems pretty good.

The networking seems a bit less stable with like wifi network changes and stuff but its definitely something to keep an eye on and give a shot as a more open alternative.

[–] anonfopyapper@lemmy.world 1 points 3 months ago

I don't have much experience with podman in production. I use podman to spin up some web tools locally on Linux computer startup (so I have my own searxng only for me). It is a great tool.if you need to spin up something in user space, and because of that, it actually consumes slightly less RAM in general.

About the docker: I never used it as rootless. I'm not sure, but documentation probably said that it is partially or not fully supported or lacks some features or something like that. Anyways, I just run it as root, just because everyone is using it (by everyone, I mean stinky enterprise nerds that do their silly .sh scripts only for docker).

I had some troubles with networking and volume mounts in podman BTW, mostly permissions issues. I guess it makes sense, when a container, tries to create a root file on a rootless podman host and fails.

Though docker is not really fully open source AFAIK. Maybe its source-available, but I remember some bullshit about it.