Running an application typically involves multiple processes whether that's just an application server and database or multiple service implementations in a microservice architecture. Docker Compose provides a quick and easy mechanism to build, deploy, and run your application, whether locally on your system for development purposes or on a platform such as Docker Datacenter for production.
The post Running a multi-container application using Docker Compose appeared first on WASdev.