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.

Deploy container from ACR

Deploy container from ACR

From the course: Docker on Azure (2019)

Start my 1-month free trial

Deploy container from ACR

- [Instructor] If we're in our registry, and we actually have the path to our resource, one of the simplest ways to actually launch a container into ACI, rather than into a separate VM, where we have to do a bunch of manual processes, is to actually do it directly from the registry itself. The registry has a set of task capabilities and one of those tasks is to launch the container. If we find our latest tag, or actually even a specific version tag, we can actually select "Run instance" from that tag. It'll ask for a couple of additional pieces of information, so we need to give it a name, so we can call this one, how 'about "docker azure 1"? It seems to like that. Where are we getting it from? We've defined the latest as the one we're going to build from. It's going to build on top of a Linux style OS because this is a Linux style container, which is fine. Pay as you go resource group is…

Contents