From the course: Docker on Azure (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Connect VM to ACR

Connect VM to ACR

From the course: Docker on Azure (2019)

Start my 1-month free trial

Connect VM to ACR

- [Instructor] Once we have our successful deployment, we can go to the resource group that was created by that. We should also be able to find it under our All resources component, and specifically, what we're looking for is the public IP address of our virtual machine, so we select the public IP. We can actually copy this to our clipboard and then, we're going to jump into our terminal session. And in our terminal session, we simply need to SSH into our instances, so we're using our default SSH key, so we don't have to pass an identity, but we could. We would do that with SSH-I. I'm just going to pass the default identity, ~/.ssh/id_rsa And we're going to use the admin name that we created in the previous video, which is Docker@, and then, we're going to paste in the IP address that we just got. We can say, yes, this is authentic. And we're logged in and we're on our Docker virtual machine. At this point, we should be…

Contents