From the course: Docker on Azure (2019)

Unlock the full course today

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

Solution: Use ACI

Solution: Use ACI

From the course: Docker on Azure (2019)

Start my 1-month free trial

Solution: Use ACI

(upbeat music) - [Instructor] So if we wanted to launch a separate container maybe a little Linux system that we could log in to, or maybe a database or some other service. We can actually do that using the container instances approach. So, we go to out container instances dashboard window, and add in another container. We're going to select the same resource group we had before. We're going to select our container name to be appropriate. So let's call this, how about alpine. We can also do nginx. Actually that might be an easier one because then we can actually test it fairly easily. So nginx latest. So, nginx is a simple web server. Oh, we need to give it a container name. So, we'll call this one nginx test. It's coming from a public regristy, we don't even have to tell it the registry name if its the default of Docker Hub that is still being used. So, we can say nginxlatest. See "or a Docker Hub tag",…

Contents