mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-21 13:08:00 +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>
19 lines
702 B
Markdown
19 lines
702 B
Markdown
# Install Kata Containers on Microsoft Azure
|
|
|
|
Kata Containers on Azure use nested virtualization to provide an identical installation
|
|
experience to Kata on your preferred Linux distribution.
|
|
|
|
This guide assumes you have an Azure account set up and tools to remotely login to your virtual
|
|
machine (SSH). Instructions will use [Azure Portal](https://portal.azure.com/) to avoid
|
|
local dependencies and setup.
|
|
|
|
## Create a new virtual machine with nesting support
|
|
|
|
Create a new virtual machine with:
|
|
* Nesting support (v3 series)
|
|
* your distro of choice
|
|
|
|
## Set up with distribution specific quick start
|
|
|
|
Follow distribution specific [install guides](../install/README.md#packaged-installation-methods).
|