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