Skip to content

Commit 08ca0c2

Browse files
committed
Nested virtualization requirement
1 parent a7a7fd5 commit 08ca0c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

articles/iot-edge/tutorial-develop-for-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ This tutorial teaches the development steps for Visual Studio Code. If you would
5858
A development machine:
5959

6060
* You can use your own computer or a virtual machine, depending on your development preferences.
61+
* Make sure that your development machine supports nested virtualization. This capability is necessary for running a container engine, which you install in the next section.
6162
* Most operating systems that can run a container engine can be used to develop IoT Edge modules for Linux devices. This tutorial uses a Windows computer, but points out known differences on MacOS or Linux.
6263
* Install [Git](https://git-scm.com/), to pull module template packages later in this tutorial.
6364
* [C# for Visual Studio Code (powered by OmniSharp) extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp).

articles/iot-edge/tutorial-develop-for-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ A development machine:
5252

5353
* Windows 10 with 1809 update or newer.
5454
* You can use your own computer or a virtual machine, depending on your development preferences.
55+
* Make sure that your development machine supports nested virtualization. This capability is necessary for running a container engine, which you install in the next section.
5556
* Install [Git](https://git-scm.com/).
5657

5758
An Azure IoT Edge device on Windows:

0 commit comments

Comments
 (0)