mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
Some sections and files were removed in a previous commit, remove all reference to such sections and files to fix the check-markdown test. fixes #826 Signed-off-by: Julio Montes <julio.montes@intel.com>
17 lines
689 B
Markdown
17 lines
689 B
Markdown
# Install Kata Containers on VEXXHOST
|
|
|
|
Kata Containers on VEXXHOST use nested virtualization to provide an identical
|
|
installation experience to Kata on your preferred Linux distribution.
|
|
|
|
This guide assumes you have an OpenStack public cloud account set up and tools
|
|
to remotely connect to your virtual machine (SSH).
|
|
|
|
## Create a new virtual machine with nesting support
|
|
|
|
All regions support nested virtualization using the V2 flavors (those prefixed
|
|
with v2). The recommended machine type for container workloads is `v2-highcpu` range.
|
|
|
|
## Set up with distribution specific quick start
|
|
|
|
Follow distribution specific [install guides](../install/README.md#packaged-installation-methods).
|