From 09ea80a47882774ea7aeba6ab17ca828b2bdcaec Mon Sep 17 00:00:00 2001 From: Gaurav Sablok Date: Mon, 30 Sep 2024 22:40:57 +0200 Subject: [PATCH] added proper docker install as dnf5 have no config-manager in the fedora 40 and above dnf5 is implemented and hence the dnf command listed in the docker will not work. I have updated the dnf command to dnf-3 as then you will be able to use the same. --- 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 5e3b501c378..4c2f4c5f45f 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -83,7 +83,7 @@ your DNF repositories) and set up the repository. ```console $ sudo dnf -y install dnf-plugins-core -$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo +$ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine