

We can deploy applications easier than ever and that’s all because of the power of Docker.

Now we need to tie everything up in a neat little bundle of joy and connect our containerized application to the continuous integration server.ĭocker revolutionized the way we think about developing applications, but at the same time, it improved the entire continuous delivery lifecycle. We had to clear some air around concepts like repositories and registries and learned how to set up and push to our own registry.Īll the things we have learned up till now led to this exact moment. We dockerized our ASP.NET Core application and added MySQL image to it using Docker Compose.

We’ve learned how powerful it can be and how to build and run images in several different ways. So far in this series, we’ve gone through a lot of different concepts and learned a thing or two about Docker.
