From 2c6800eb3e52a6b64f992a4a13828f21fe20e3f6 Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 2 Jul 2018 13:37:10 -0700 Subject: [PATCH] docs: Creating placeholder for Azure get started guide Simple starter template to get URLs in shape. Content pending. Fixes: #130 Signed-off-by: scooley@microsoft.com Signed-off-by: Eric Ernst --- install/azure-installation-guide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 install/azure-installation-guide.md diff --git a/install/azure-installation-guide.md b/install/azure-installation-guide.md new file mode 100644 index 0000000000..233b6ee285 --- /dev/null +++ b/install/azure-installation-guide.md @@ -0,0 +1,13 @@ +# Install Kata Containers on 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 remote into 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 distro specific quick start