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.

  • 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.