From 0a38612fd42e091ba84c68f6206cb0d341cd089d Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Sun, 2 Mar 2025 04:45:31 +0100 Subject: [PATCH] Add 'runc' to Fedora uninstall instructions When switching from Fedora Docker to Docker CE, I also had to uninstall the `runc` package. --- content/manuals/engine/install/fedora.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index 71a795db6ab..840b2abc6db 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -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.