We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f49b8d + 91baa8d commit e8055e8Copy full SHA for e8055e8
content/manuals/engine/install/fedora.md
@@ -83,12 +83,8 @@ Docker from the repository.
83
84
#### Set up the repository
85
86
-Install the `dnf-plugins-core` package (which provides the commands to manage
87
-your DNF repositories) and set up the repository.
88
-
89
```console
90
-$ sudo dnf -y install dnf-plugins-core
91
-$ sudo dnf-3 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
92
```
93
94
#### Install Docker Engine
0 commit comments