Skip to content

Commit 583c378

Browse files
Merge pull request #222375 from asudbring/cni-docker-howto
Fixes to instructions for docker linux Azure CNI article
2 parents b89e87a + d05c0e1 commit 583c378

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@ Repeat steps 1 through 13 to add as many configurations as containers you wish t
164164

165165
The Docker container engine must be installed and configured on the virtual machine you created previously.
166166

167+
Sign-in to the virtual machine you created previously with the Azure Bastion host you deployed with the virtual network.
168+
169+
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
170+
171+
2. Select **myVM**.
172+
173+
3. In the **Overview** of **myVM**, select **Connect** then **Bastion**.
174+
175+
4. Enter the username and password you created when you deployed the virtual machine in the previous steps.
176+
177+
5. Select **Connect**.
178+
167179
For install instructions for Docker on an Ubuntu container host, see [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/).
168180

169181
After Docker is installed on the virtual machine, follow the instructions for the Linux post install. For instructions on the Linux post install, see [Docker Engine post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/).
@@ -201,8 +213,7 @@ For more information about the Azure CNI plugin, see [Microsoft Azure Container
201213
8. Configure permissions and install the CNI plugin. The install script command requires a version number for the CNI plugin. At the time of the writing of this article, the newest version is **`v1.4.39`**. To obtain the latest version number of the plugin or previous versions, see [Releases](https://github.com/Azure/azure-container-networking/releases).
202214
203215
```bash
204-
cd azure-container-networking
205-
cd scripts
216+
cd ./azure-container-networking/scripts
206217
chmod u+x install-cni-plugin.sh
207218
sudo ./install-cni-plugin.sh v1.4.39
208219
chmod u+x docker-run.sh

0 commit comments

Comments
 (0)