Skip to content

Commit 64b2c04

Browse files
authored
Merge pull request #21037 from codecreatede/patch-1
dnf5 have no config-manager
2 parents f40b119 + 09ea80a commit 64b2c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/install/fedora.md

Lines changed: 1 addition & 1 deletion
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)