mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-12 02:15:28 +00:00
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>
11 lines
338 B
Markdown
11 lines
338 B
Markdown
# Install Kata Containers on Fedora
|
|
|
|
1. Install the Kata Containers components with the following commands:
|
|
|
|
```bash
|
|
$ sudo -E dnf -y install kata-containers
|
|
```
|
|
|
|
2. Decide which container manager to use and select the corresponding link that follows:
|
|
- [Kubernetes](../Developer-Guide.md#run-kata-containers-with-kubernetes)
|