Introduction
So far, we have worked on those applications which are small and need only a single container. But in real world, a large and complex application does not run on a single container. Also, with the advent of Microservices, each component of a web based application typically runs on separate containers.
In this post, we will create multiple containers of an application and will run each container in Docker Swarm.
Continue reading “Create a Multi Container Docker Application”