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.
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.
You can run it rootful, then it behaves just like Docker.
Doesn’t that break the whole purpose of podman (rootless containers)?
A little but there is also systemd integration with podman.
However for that I usually set up a lingering user with limited permissions. For some cases you need rootful though.