From bff28ccd82d2d520304c04fda90ef2f9efe1b908 Mon Sep 17 00:00:00 2001 From: Mihaly Nyilas Date: Tue, 24 Jun 2025 09:50:21 +0200 Subject: [PATCH] update: Fedora dnf command to add a repo --- 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 a81766f0523..1f72f52b11b 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 --from-repofile={{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine