mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
docs: Update Fedora install docs
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 <fidencio@redhat.com>
This commit is contained in:
parent
a85d235e0e
commit
3f90561bf1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user