Having trouble installing Docker

Completely new to Fedora - so unfamiliar with dnf/rpm-ostree. Not even 100% sure what rpm-ostree is....

Anyways - https://docs.docker.com/engine/install/fedora/
 sudo dnf -y install dnf-plugins-core
appears to install without any issues, but
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
doesn't recognize
config-manager
.
error: unrecognized subcommand 'config-manager'

Usage: yum [OPTIONS] <COMMAND>

If I run
dnf install dng-plugins-core
again, it seems like it's requested but not installed based off the message?
sudo dnf install dnf-plugins-core
Note: This system is image (rpm-ostree) based.
error: Package/capability 'dnf-plugins-core' is already requested


any thoughts?
Docker Documentation
Learn how to install Docker Engine on Fedora. These instructions cover the different installation methods, how to uninstall, and next steps.
Solution
Yup in the ticket there were docker instructions that needed to be changed slightly to work with podman. So far podman seems to be much faster than docker from my testing. If you are looking at a development machine though, Aurora or Bluefin are worth checking out. Those images come with both podman and docker preinstalled. It also has things like preinstalled virtual-machine manager etc with instructions on using homebrew
Was this page helpful?