diff options
author | Eric Adams <eric.adams@intel.com> | 2021-01-14 22:34:54 +0000 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-05-20 10:32:08 -0700 |
commit | 917a285ffa8f9de86b5ad76693836a216ef86a09 (patch) | |
tree | 8c0660e161f650e38f76d610c04da1355c5f7c0c /kud/hosting_providers/vagrant/README.md | |
parent | 59a703bb8c443c2b7d6b7cdab9e8448b944e5cf2 (diff) |
Added initial kata files and containerd support as well as adding the Kata webhook
Issue-ID: MULTICLOUD-1320
Signed-off-by: Eric Adams <eric.adams@intel.com>
Change-Id: I9ef0bcde7c2ef22a04c32311d4571abc3b688ffe
Diffstat (limited to 'kud/hosting_providers/vagrant/README.md')
-rw-r--r-- | kud/hosting_providers/vagrant/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kud/hosting_providers/vagrant/README.md b/kud/hosting_providers/vagrant/README.md index 3d0766b3..3a93a73e 100644 --- a/kud/hosting_providers/vagrant/README.md +++ b/kud/hosting_providers/vagrant/README.md @@ -39,6 +39,20 @@ the following instructions: In-depth documentation and use cases of various Vagrant commands [Vagrant commands][3] is available on the Vagrant site. +### CRI Runtimes + +Currently both docker and containerd are supported CRI runtimes. If nothing is +specified then docker will be used by default. This can be changed by setting +the `CONTAINER_RUNTIME` environment variable. To be able to run secure +containers using Kata Containers it is required to change the CRI runtime to +containerd. + +``` +$ export CONTAINER_RUNTIME=containerd +``` + + + ## License Apache-2.0 |