From 12653140bae215cbcee0e7fd4b7b4aa41b216416 Mon Sep 17 00:00:00 2001 From: Starman <75682000+StarmanAkremis@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:55:14 +0100 Subject: [PATCH] Updated fedora add repo instructions to the new dnf version --- content/manuals/engine/install/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index dc992d808370..7a748409d3a9 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -87,7 +87,7 @@ your DNF repositories) and set up the repository. ```console $ sudo dnf -y install dnf-plugins-core -$ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo +$ sudo dnf config-manager addrepo --from-repofile={{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine