From 7bce7374472a0129a60296382d44a216075af9b1 Mon Sep 17 00:00:00 2001 From: stazdx Date: Fri, 24 Aug 2018 17:49:10 -0500 Subject: [PATCH] Enable nested virtualization on Azure --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dbf2ac0..272fa96 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,11 @@ All logs inside container are stored under folder **/var/log/supervisor**. you c docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log ``` +Running on Azure +---------------- +Make sure that the nodes, pods, containers for your emulators are generated within a **VM** of series **Dv3** or **Ev3**. +Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nested-virtualization + Special Thanks -------------- - [Gian Christanto] for creating a great logo!