Skip to content

Commit d0f0d77

Browse files
committed
fixes
1 parent a566b3d commit d0f0d77

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

articles/virtual-network/deploy-container-networking-docker-windows.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,16 @@ In this section, you'll add an IP configuration to the virtual network interface
131131

132132
3. In **Settings**, select **Networking**.
133133

134-
4. Select the name of the network interface next to **Network Interface:**. The network interface is named **myvm** with a random number. In this example, it's **myvm27**.
134+
4. Select the name of the network interface next to **Network Interface:**. The network interface is named **myvm** with a random number. In this example, it's **myvm418**.
135+
136+
:::image type="content" source="./media/deploy-container-networking-docker-windows/select-nic-portal.png" alt-text="Screenshot of the network interface in settings for the virtual machine in the Azure portal.":::
135137

136138
5. In **Settings** of the network interface, select **IP configurations**.
137139

138140
6. in **IP configurations**, select **ipconfig1** in **Name**.
139141

142+
:::image type="content" source="./media/deploy-container-networking-docker-windows/nic-ip-configuration.png" alt-text="Screenshot of IP configuration of the virtual machine network interface.":::
143+
140144
7. In the **ipconfig1** settings, change the assignment of the private IP address from **Dynamic** to **Static**.
141145

142146
8. Select **Save**.
@@ -158,6 +162,8 @@ In this section, you'll add an IP configuration to the virtual network interface
158162

159163
13. Verify **ipconfig2** has been added as a secondary IP configuration.
160164

165+
:::image type="content" source="./media/deploy-container-networking-docker-windows/verify-ip-configuration.png" alt-text="Screenshot of IP configuration of the virtual machine network interface with the secondary configuration.":::
166+
161167
Repeat steps 1 through 13 to add as many configurations as containers you wish to deploy on the container host.
162168

163169
## Configure IP addresses in Windows
114 KB
Loading
157 KB
Loading
123 KB
Loading

0 commit comments

Comments
 (0)