I have been running Docker on both deb and rpm Linux systems until recently when the rpm Linux had to be reinstalled. To do so, I came back to the Docker manuals on Dockercom to follow the installation steps.
However, it looks like that the different rpm repos (Fedora, RHEL, CentOS) don’t have Docker packages at the moment - or am I now missing something obvious ? :-/
$ sudo dnf info docker
Last metadata expiration check: 0:14:26 ago on Wed 01 Oct 2025 19:15:29.
Error: No matching Packages to list
$ sudo dnf install docker-ce docker-ce-cli containerdio docker-buildx-plugin docker-compose-plugin
Last metadata expiration check: 0:14:37 ago on Wed 01 Oct 2025 19:15:29.
No match for argument: docker-ce
No match for argument: docker-ce-cli
No match for argument: docker-compose-plugin
Error: Unable to find a match: docker-ce docker-ce-cli docker-compose-plugin
Anyone has the same issue or any thoughts on this ? Many thanks !
Since you didn’t share any exact os versions, and made it a more general question, the best answer I can give is: are you sure your os is still (or already) supported by docker?
Your message made me have a look again about support for RHEL 10 and RHEL-atives (Rocky, Alma, Oracle, Amazon & Co), and indeed RHEL is not there yet. But several tutorial have been presenting since June how to install and run Docker on Rocky 10, and it was exactly as on 9. That’s why it was a bit odd to see yesterday that it was, initially, even impossible for me to resolve download.docker.com (although other repos and internet in general worked) and then, no way to get Docker from RHEL, Fedora or CentOS repos :-/
However, having tried today before updating this post, I reinstalled the CentOS repo and….it worked perfectly from the first attempt ;-D. So I am a happy Docker user again, on a RHEL-10 relative
Thanks again for responding and have a great day !