From 0466ee04da3ec2c6115c57f2a12abb53ceb10e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 21:39:00 +0200 Subject: [PATCH] docs: Update Fedora install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package to be installed on Fedora is `kata-containers` instead of `kata-runtime`. The difference being `kata-runtime` is the 1.x package, while `kata-containers` is the 2.x one. Fixes: #1582 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 3f90561bf1145b8beaee0ce5cb9926582eef697d) --- docs/install/fedora-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/fedora-installation-guide.md b/docs/install/fedora-installation-guide.md index cce1f25065..4f9d7e5751 100644 --- a/docs/install/fedora-installation-guide.md +++ b/docs/install/fedora-installation-guide.md @@ -3,7 +3,7 @@ 1. Install the Kata Containers components with the following commands: ```bash - $ sudo -E dnf -y install kata-runtime + $ sudo -E dnf -y install kata-containers ``` 2. Decide which container manager to use and select the corresponding link that follows: