Merge pull request #1 from stazdx/azure-docs

Enable nested virtualization on Azure
This commit is contained in:
stazdx 2018-08-24 17:49:41 -05:00 committed by GitHub
commit 62090f73b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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 Special Thanks
-------------- --------------
- [Gian Christanto] for creating a great logo! - [Gian Christanto] for creating a great logo!