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.

  • sv1sjp@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    4 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

    • gonzo-rand19@moist.catsweat.com
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      4 days ago

      You’ll probably need to create a Podman pod or maybe a quadlet in order to make Nextcloud work. Podman handles network bridges differently than Docker, and containers aren’t in the same namespace by default.

      I had to do this when I was using Grocy because it relies on a database and that’s a separate container.