Skip to content

Commit 09ea80a

Browse files
author
Gaurav Sablok
authored
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.
1 parent 961a159 commit 09ea80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/install/fedora.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ your DNF repositories) and set up the repository.
8383

8484
```console
8585
$ sudo dnf -y install dnf-plugins-core
86-
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
86+
$ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
8787
```
8888

8989
#### Install Docker Engine

0 commit comments

Comments
 (0)