mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 12:29:49 +00:00
Add support for the v2-shim integration with containerd. This registers a runtimeClass named 'kata', utilizing the containerd-shim-kata-v2 binary. This change adds volume mounts (hopefully temporarily) for /usr/local/bin, as containerd requires the shim binary be within the existing path. Fixes: #323 Signed-off-by: Eric Ernst <eric.ernst@intel.com>