Docker Repo for CentOS 9 Stream

I want to install Docker on CentOS 9 stream. But there is no Repo for CentOS 9

https://download.docker.com/linux/centos/

My questions are:

  1. Why is CentOS 9 no longer supported?
  2. How can I install Docker by hand for CentOS 9?

Thank you for the help.

My first guess was that Centos Stream is different than Centos, so it is harder to maintain docker-ce on the Stream version. Red Hat has their own software to manage containers, called podman and as far as I know, they set “docker” as an alias, so they want you to use their own software. I searched for similar issues, because I don’t know Centos Stream and found this:

It looks like Centos Stream doesn’t have the necessary dependencies for Docker.

You should wait for RHEL 9 to come out of Beta to GA.
After that, AlmaLinux 9 and Rocky Linux 9 also will be out.
These are easier to target than CentOS Stream 9.