Skip to content

Commit 156bb59

Browse files
Merge pull request #209801 from PatAltimore/patricka-docker-text
Change Docker prereq text
2 parents 1f236ee + 4e7dc9a commit 156bb59

10 files changed

+10
-10
lines changed

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This article assumes that you use a machine running Windows as your development
4848

4949
After the update is complete, select **Close** and restart Visual Studio.
5050

51-
* Download and install [Docker Community Edition](https://docs.docker.com/install/) on your development machine to build and run your module images. Set Docker CE to run in either Linux container mode or Windows container mode, depending on the type of modules you are developing.
51+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine to build and run your module images. Set the container engine to run in either Linux container mode or Windows container mode, depending on the type of modules you are developing.
5252

5353
* Set up your local development environment to debug, run, and test your IoT Edge solution by installing the [Azure IoT EdgeHub Dev Tool](https://pypi.org/project/iotedgehubdev/). Install [Python (3.5/3.6/3.7/3.8) and Pip](https://www.python.org/) and then install the **iotedgehubdev** package by running the following command in your terminal.
5454

articles/iot-edge/tutorial-c-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
5151
* A device running Azure IoT Edge with Linux containers. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
5252
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
5353
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
54-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
54+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5555

5656
To develop an IoT Edge module in C, install the following prerequisites on your development machine:
5757

articles/iot-edge/tutorial-csharp-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
5050
* A device running Azure IoT Edge with Linux containers. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
5151
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
5252
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
53-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
53+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5454

5555
To complete these tutorials, prepare the following additional prerequisites on your development machine:
5656

articles/iot-edge/tutorial-deploy-custom-vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
4646
* A device running Azure IoT Edge with Linux containers. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
4747
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
4848
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
49-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
49+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5050

5151
To develop an IoT Edge module with the Custom Vision service, install the following additional prerequisites on your development machine:
5252

articles/iot-edge/tutorial-deploy-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
4242
* An AMD64 device running Azure IoT Edge with Linux containers. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
4343
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
4444
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
45-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
45+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
4646

4747
To develop an IoT Edge module in with Azure Functions, install the following additional prerequisites on your development machine:
4848

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following table lists the supported development scenarios for **Linux contai
8181

8282
## Install container engine
8383

84-
IoT Edge modules are packaged as containers, so you need a container engine on your development machine to build and manage them. We recommend Docker Desktop for development because of its feature support and popularity. Docker Desktop on Windows lets you switch between Linux containers and Windows containers so that you can easily develop modules for different types of IoT Edge devices.
84+
IoT Edge modules are packaged as containers, so you need a [Docker compatible container management system](support.md#container-engines) on your development machine to build and manage them. We recommend Docker Desktop for development because of its feature support and popularity. Docker Desktop on Windows lets you switch between Linux containers and Windows containers so that you can easily develop modules for different types of IoT Edge devices.
8585

8686
Use the Docker documentation to install on your development machine:
8787

articles/iot-edge/tutorial-java-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
4747
* A device running Azure IoT Edge with Linux containers. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
4848
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
4949
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
50-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
50+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5151

5252
To develop an IoT Edge module in Java, install the following additional prerequisites on your development machine:
5353

articles/iot-edge/tutorial-node-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
5252
* A device running Azure IoT Edge. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
5353
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
5454
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
55-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
55+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5656

5757
To develop an IoT Edge module in Node.js, install the following additional prerequisites on your development machine:
5858

articles/iot-edge/tutorial-python-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
5252
* A device running Azure IoT Edge. You can use the quickstarts to set up a [Linux device](quickstart-linux.md) or [Windows device](quickstart.md).
5353
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
5454
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
55-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
55+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
5656

5757
To develop an IoT Edge module in Python, install the following additional prerequisites on your development machine:
5858

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
4242
* ARM devices, like Raspberry Pis, cannot run SQL Server. If you want to use SQL on an ARM device, you can use [Azure SQL Edge](../azure-sql-edge/overview.md).
4343
* A container registry, like [Azure Container Registry](../container-registry/index.yml).
4444
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
45-
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
45+
* Download and install a [Docker compatible container management system](support.md#container-engines) on your development machine. Configure it to run Linux containers.
4646

4747
This tutorial uses an Azure Functions module to send data to the SQL Server. To develop an IoT Edge module with Azure Functions, install the following additional prerequisites on your development machine:
4848

0 commit comments

Comments
 (0)