From 20ff05637cdcc519ac484c85713d529b59c459b3 Mon Sep 17 00:00:00 2001 From: revnil Date: Sun, 1 Dec 2024 09:46:09 -0600 Subject: [PATCH] Update rhel.md --- content/manuals/engine/install/rhel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/install/rhel.md b/content/manuals/engine/install/rhel.md index b8cde38551e..bf2eb12cbc0 100644 --- a/content/manuals/engine/install/rhel.md +++ b/content/manuals/engine/install/rhel.md @@ -88,7 +88,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 config-manager addrepo --from-repofile={{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine