diff --git a/install/snap-installation-guide.md b/install/snap-installation-guide.md new file mode 100644 index 0000000000..3de5c1999c --- /dev/null +++ b/install/snap-installation-guide.md @@ -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 + ```