Skip to content

Commit e8055e8

Browse files
authored
Merge pull request #23748 from AviVahl/patch-1
docs: update dnf repo installation commands
2 parents 9f49b8d + 91baa8d commit e8055e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/manuals/engine/install/fedora.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,8 @@ Docker from the repository.
8383

8484
#### Set up the repository
8585

86-
Install the `dnf-plugins-core` package (which provides the commands to manage
87-
your DNF repositories) and set up the repository.
88-
8986
```console
90-
$ sudo dnf -y install dnf-plugins-core
91-
$ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
87+
$ sudo dnf config-manager addrepo --from-repofile {{% param "download-url-base" %}}/docker-ce.repo
9288
```
9389

9490
#### Install Docker Engine

0 commit comments

Comments
 (0)