submitted 1 year ago* (last edited 1 year ago) by to c/selfhosted@lemmy.world
 

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
[–] 19 points 1 year ago (4 children)

Just use podman, easy migration from docker.

  • source
  • hideshow 8 child comments
  • [–] 23 points 1 year ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 21 points 1 year ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 1 year ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 1 year ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 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.

  • source
  • parent
  • [–] [S] 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

  • source
  • parent
  • hideshow 4 child comments