Docker Packages missing in fedora 38

Dear Team

I was trying to install docker in fedora 38 but getting the packes are not found.

Below is the terminal output

mohandash@fedora ~]$ sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
[sudo] password for mohandash: 
Last metadata expiration check: 0:34:22 ago on Saturday 22 April 2023 05:43:45 PM.
No match for argument: docker-ce
No match for argument: docker-ce-cli
No match for argument: docker-buildx-plugin
No match for argument: docker-compose-plugin
Error: Unable to find a match: docker-ce docker-ce-cli docker-buildx-plugin docker-compose-plugin

Please help.

1 Like

Can I check if you have setup the repo already?

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager
–add-repo
https://download.docker.com/linux/fedora/docker-ce.repo

1 Like

Those are not Fedora packages. If you are using Docker’s repo, report the issue to Docker.

1 Like

Yes, I have added.

Ok, I will ask in Docker too.

I’m having the same issue on Fedora 38

It appears that Docker havent yet made stable build available for F38 and is posted below

You may wish to try the suggested workaround

Working workaround: download packages manually for fedora37 from Index of linux/fedora/37/x86_64/stable/Packages/
see architecture x86 on url. And then sudo dnf install …rpm

Source: Reddit

https://www.reddit.com/r/Fedora/comments/12qwdmq/comment/jgufqix/?utm_source=share&utm_medium=web2x&context=3

1 Like

It is now available

1 Like