ExecuteAutomation

Understanding and working with Docker compose

So far in ExecuteAutomation, we discussed about Docker a lot ranging from In this post we will understand and work with Docker compose.

What is Docker Compose?

Docker compose manages Services

Docker compose commands helps to

Docker as CI?

What is Compose files?

Docker compose file is like a configuration file, where you define all the different stuffs we perform on command line (via powershell) into an file. But you can do more than what you do in command line as well The file is basically an Yaml file (.yml)

Here are the complete videos of the above discussion An Introduction to Docker Compose  Working with multiple containers using Docker compose Thanks for reading the post and watching the video!!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK