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.

    • shnizmuffin@lemmy.inbutts.lol
      link
      fedilink
      English
      arrow-up
      22
      ·
      8 days ago

      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.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 days ago

      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.

    • GreenKnight23@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      5
      ·
      8 days 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.worldOP
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      8 days ago

      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