snap: update apps section

Add `kata-runtime` and `kata-collect-data.sh` commands to the apps
section, these two command will be accessible through the commands
`kata-containers.runtime` and `kata-containers.collect-data`
respectively.
Henceforth the snap command for `containerd-shim-kata-v2` will be
`kata-containers.shim`

fixes #1122

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-11-17 11:31:08 -06:00
parent 1dd77e204f
commit 13a8e4e39e

View File

@ -310,4 +310,8 @@ parts:
apps: apps:
runtime: runtime:
command: usr/bin/kata-runtime
shim:
command: usr/bin/containerd-shim-kata-v2 command: usr/bin/containerd-shim-kata-v2
collect-data:
command: usr/bin/kata-collect-data.sh