mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
install: add snap installation guide
Add snap installation guide fixes #274 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
10
install/snap-installation-guide.md
Normal file
10
install/snap-installation-guide.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user