From 62961636d63939b372becfbb4ee248eb8abe869d Mon Sep 17 00:00:00 2001 From: Angaddeep Singh Date: Sat, 5 Apr 2025 04:02:48 +0530 Subject: [PATCH] Dnf 5 change --- 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 71a795db6ab..db85f36dd1f 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -85,7 +85,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 --overwrite --from-repofile={{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine