From d90bb59a153d57d6dd5b21b521f265bf1ecf3731 Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Fri, 25 Jan 2019 11:09:36 +0000 Subject: [PATCH] install: snap: add link out to config and integrate instrs The snap install doc only told you how to install the kata snap, and did not then go further to describe how to configure and intergrate it. Those details are available already over in the packaging repo, so let's link out to them. Fixes: #360 Signed-off-by: Graham Whaley --- install/snap-installation-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/snap-installation-guide.md b/install/snap-installation-guide.md index 3de5c1999..ed0881045 100644 --- a/install/snap-installation-guide.md +++ b/install/snap-installation-guide.md @@ -8,3 +8,6 @@ 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).