Skip to content

Commit 227d694

Browse files
committed
edit pass: tutorial-develop-for-linux-on-windows
1 parent 936efa9 commit 227d694

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ This tutorial targets devices that are running IoT Edge with Linux containers. Y
7575

7676
## Set up the Docker CLI and Docker engine for remote connection
7777

78-
IoT Edge modules are packaged as containers, so you need a container engine on your development machine to build and manage them. The IoT Edge for Linux on Windows VM already contains an instance of Docker engine, so this tutorial shows you how to remotely connect from the Windows developer machine to the IoT Edge for Linux on Windows VM Docker instance. By using this remote connection, you remove the dependency on Docker Desktop for Windows.
78+
IoT Edge modules are packaged as containers, so you need a container engine on your development machine to build and manage them.
79+
80+
The IoT Edge for Linux on Windows VM already contains an instance of the Docker engine. This tutorial shows you how to remotely connect from the Windows developer machine to the IoT Edge for Linux on Windows VM Docker instance. By using this remote connection, you remove the dependency on Docker Desktop for Windows.
7981

8082
### Configure the Docker CLI
8183

@@ -261,7 +263,7 @@ The deployment template includes:
261263
262264
### Set the IoT Edge runtime version
263265
264-
Currently, the latest stable runtime version is 1.4. You should update the IoT Edge runtime version to the latest stable release or the version that you want to target for your devices.
266+
Currently, the latest stable runtime version is 1.4. Update the IoT Edge runtime version to the latest stable release or the version that you want to target for your devices:
265267
266268
::: zone pivot="iotedge-dev-ext"
267269

0 commit comments

Comments
 (0)