Skip to content

Commit

Permalink
Update prerequisites.md
Browse files Browse the repository at this point in the history
Corrected parameters of dnf for adding docker repository.
  • Loading branch information
Cloner42 authored and greenbonebot committed Jan 28, 2025
1 parent 5a68cb7 commit 9fab752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/22.4/container/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sudo dnf remove docker docker-client docker-client-latest docker-common docker-l
caption: Install docker Fedora package
---
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
```
```{code-block} shell
Expand Down

0 comments on commit 9fab752

Please sign in to comment.