Docker is not available in RHEL10
-
What the fuck is your problem?
poor impulse control.
that or they use podman over docker.
-
Just use podman, easy migration from docker.
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.
-
You were just the last rude commenter I saw before commenting myself. He is asking for help, and instead of continuing to help or moving on, people are rude or are attacking him. I feel that isn't ok.
We can agree to disagree about who's out of line.
Go argue with someone else. Blocked.
-
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.
-
Oooor people could stop being rude when he clearly doesn't know if you can install an rpm from 9 on 10. All I have seen are people saying "do this", and when he says he can't, people complain instead of elaborating. If you dont want to help, dont. There is no need for everyone to gang up on him..
He didn't say he can't, he said "but the site says!"
Yeah I know what the site says, I linked to it, I can read (usually). You know what I do when I want to do something? I try.
-
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