Docker is not available in RHEL10
-
Reading the Docs, it seems like PodMan is the replacement for docker. You could try containerd/nerdctl, but podman is likely the best way for you. RHEL10 docs even say it supports the older docker config options
BUT THATS NOT WHAT I LIKE TO UUUSSSEEEEE WAAAAHHHHHHHH
-
BUT THATS NOT WHAT I LIKE TO UUUSSSEEEEE WAAAAHHHHHHHH
What the fuck is your problem?
-
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.hasn't been available since like 8. right?
IBM bought redhat, negotiations with docker bottomed out because docker wouldn't appease IBM execs, and IBM used their competitor podman. IBM yanked docker out of all packages almost overnight.
yet another reason why I left redhat. any company that uses their power for the sake of using it makes running business on their platform hard, but that's kind of IBM's whole schtick.
edit: why the downvotes? this is literally what happened. docker said they couldn't delivered rootless when IBM wanted it because they had other priorities. IBM said fuck you we're dropping support for podman. docker said ok, and now we have a podman still masquerading like a drop in replacement.
-
Reading the Docs, it seems like PodMan is the replacement for docker. You could try containerd/nerdctl, but podman is likely the best way for you. RHEL10 docs even say it supports the older docker config options
podman is not a drop-in for docker.
they lie and anyone saying otherwise is lying too.
-
I guess what they're saying is, even though it's "not supported" officially, you can still try and there's good chances it'll work anyway. If you need or prefer to stick to a supported configuration, it seems your options are either to switch to podman and figure out nextcloud, or switch away from RHEL.
It won't work since there's no RHEL10 repo. You can however use CentOS (Stream) 10 repo, I use it that way and it works!
-
Just use podman, easy migration from docker.
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.
-
podman is not a drop-in for docker.
they lie and anyone saying otherwise is lying too.
It depends on what you are trying to do. Podman has a different design but it has pretty solid compatibility with docker. It also supports OCI containers so from the applications perspective it looks the same.
-
What the fuck is your problem?
They are just another person
-
Well, as I am running my personal server for years, I wanted to test/understand more enterprise solutions except Debian/Ubuntu and especially solutions with SELinux.
In the end if I face major issues I will setup Nextcloud to a VM. Thank you for your responseSElinux will run on any system with Linux
-
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.
Agreed. Setting up an NFS share is a mess with Podman