I’m having trouble installing docker on my Fedora 42 wks system.
I’ve added the official Docker repository
sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
but DNF can’t seem to find the packages
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
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
You can try to add to command line:
--skip-unavailable to skip unavailable packages
Has anyone else experienced this, how did you resolve installation?