mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
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:
parent
1dd77e204f
commit
13a8e4e39e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user