Skip to content

Commit 2f67232

Browse files
committed
acrolinx
1 parent c23abf6 commit 2f67232

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ It can take a few minutes for the network and Bastion host to deploy. Continue w
7474

7575
## Create virtual machine
7676

77-
In this section, you'll create an Windows Server 2022 virtual machine for the stand-alone Docker host. The CNI plug-in supports Windows and Linux.
77+
In this section, you'll create a Windows Server 2022 virtual machine for the stand-alone Docker host. The CNI plug-in supports Windows and Linux.
7878

7979
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
8080

@@ -212,7 +212,7 @@ To assign multiple IP addresses to a Windows virtual machine, the IP addressees
212212

213213
14. Select **Add**.
214214

215-
15. To add more IP addresses that correspond with any additional IP configurations created previously, select **Add**.
215+
15. To add more IP addresses that correspond with any extra IP configurations created previously, select **Add**.
216216

217217
16. Select **OK**.
218218

@@ -247,9 +247,9 @@ Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/
247247
.\install-docker-ce.ps1
248248
```
249249

250-
The virtual machine will reboot to install the container support in Windows. Re-connect to the virtual machine and the Docker install will continue.
250+
The virtual machine will reboot to install the container support in Windows. Reconnect to the virtual machine and the Docker install will continue.
251251

252-
For more information about Windows containers see, [Get started: Prep Windows for containers](/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1).
252+
For more information about Windows containers, see, [Get started: Prep Windows for containers](/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1).
253253

254254
After Docker is installed on your virtual machine, continue with the steps in this article.
255255

@@ -308,7 +308,7 @@ The script that creates the containers with the Azure CNI plugin requires the ap
308308
.\docker-exec.ps1 vnetdocker1 default mcr.microsoft.com/windows/servercore/iis add
309309
```
310310
311-
It can take a few minutes for the image for the container to download for the first time. When the container starts and intializes the network, the Bastion connection will disconnect. Wait a few seconds and the connection will reestablish.
311+
It can take a few minutes for the image for the container to download for the first time. When the container starts and initializes the network, the Bastion connection will disconnect. Wait a few seconds and the connection will reestablish.
312312
313313
10. To verify that the container received the IP address you previously configured, connect to the container and view the IP:
314314
@@ -323,7 +323,7 @@ It can take a few minutes for the image for the container to download for the fi
323323
```
324324
:::image type="content" source="./media/deploy-container-networking-docker-windows/ipconfig-output.png" alt-text="Screenshot of ipconfig output in PowerShell prompt of test container.":::
325325
326-
12. Exit the container and exit the Bastion connection.
326+
12. Exit the container and close the Bastion connection to **myVM**.
327327
328328
## Clean up resources
329329

0 commit comments

Comments
 (0)