Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'runc' to Fedora uninstall instructions #22141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add 'runc' to Fedora uninstall instructions
When switching from Fedora Docker to Docker CE, I also had to uninstall the `runc` package.
  • Loading branch information
riptl authored Mar 2, 2025
commit 0a38612fd42e091ba84c68f6206cb0d341cd089d
3 changes: 2 additions & 1 deletion content/manuals/engine/install/fedora.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,8 @@ $ sudo dnf remove docker \
docker-logrotate \
docker-selinux \
docker-engine-selinux \
docker-engine
docker-engine \
runc
```

`dnf` might report that you have none of these packages installed.