Merge pull request #21037 from codecreatede/patch-1

dnf5 have no config-manager
This commit is contained in:
David Karlsson 2024-10-03 12:30:08 +02:00 committed by GitHub
commit 64b2c04150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,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-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
```
#### Install Docker Engine