this post was submitted on 15 Jun 2025
38 points (89.6% liked)

Selfhosted

61438 readers
531 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
 

As I can see, Docker is not available in RHEL10 (at least for now). Yes, I know, podman is an option, I already converted all of my services, ~~but for my nextcloud setup.. I find it impossible to make it full functional in podman...~~ Edit: Okay I succeeded, thank you for your messages, I know how to manually install rpms, the main point was to discuss that Docker is not available in RHEL.

you are viewing a single comment's thread
view the rest of the comments
[–] nixfreak@sopuli.xyz 19 points 1 year ago (4 children)

Just use podman, easy migration from docker.

[–] shnizmuffin@lemmy.inbutts.lol 23 points 1 year ago (1 children)

Yes, until it's NOT. Running RHEL 9 with docker engine slapped in there because the BitBucket self-hosted containerized runner is incompatible with podman.

[–] Zikeji@programming.dev 21 points 1 year ago (1 children)

Last time I tried to migrate to Podman the first container I tried was incompatible, so was the second, and the third. Turns out at the time Linuxservers.io stuff wasn't rootless podman compatible. There have since been some improvement according to my most recent Google search just now, so maybe a retry is coming up.

[–] sugar_in_your_tea@sh.itjust.works 12 points 1 year ago (1 children)

You can run it rootful, then it behaves just like Docker.

[–] N0x0n@lemmy.ml 3 points 1 year ago (1 children)

Doesn't that break the whole purpose of podman (rootless containers)?

A little but there is also systemd integration with podman.

However for that I usually set up a lingering user with limited permissions. For some cases you need rootful though.

[–] MangoPenguin@lemmy.blahaj.zone 5 points 1 year ago (1 children)

It's definitely not an easy migration in my experience, because they run rootless and they cannot auto-start without making a system service for every stack, there is a lot that needs to change in a compose stack, especially with file permissions for shared mounts.

[–] CommanderShepard@lemmy.world 1 points 1 year ago

Agreed. Setting up an NFS share is a mess with Podman

[–] GreenKnight23@lemmy.world 5 points 1 year ago

podman is not a replacement to docker.

I fucking hate how the podman docs say that(because ofc they do).

it's like saying c++ is a replacement to c. can they work, sure. are they the same? you try importing libs into c the same way you do in c++ and find out. yeah, they're both c under the covers but they are not the same.

[–] sv1sjp@lemmy.world 4 points 1 year ago (2 children)

Yes, I already moved everything and works perfectly.. except... nextcloud..

I am trying to setup a new one but too much debugging the last 10 hours

[–] enemenemu@lemm.ee 1 points 1 year ago

Which tutorial did you follow?

How is your selinux setup?