mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 16:24:19 +01:00
Ensure all non-dictionary words are in backticks. Fixes: #504. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
14 lines
550 B
Markdown
14 lines
550 B
Markdown
# Install Kata Containers from `snapcraft.io`
|
|
|
|
Kata Containers can be installed in any Linux distribution that supports
|
|
[snapd](https://docs.snapcraft.io/installing-snapd).
|
|
|
|
Run the following command to install Kata Containers:
|
|
|
|
```bash
|
|
$ sudo snap install kata-containers --classic
|
|
```
|
|
|
|
For further information on integrating and configuring the `snap` Kata Containers install,
|
|
refer to the [Kata Containers packaging `snap` documentation](https://github.com/kata-containers/packaging/blob/master/snap/README.md#configure-kata-containers).
|