Deploying Stack Swarm in Docker Swarm
Docker

My ODROID-C2 Docker Swarm - Part 2: Deploying a Stack to a Swarm

Docker 1.13.x introduced the new Docker stack deployment feature to allow deployment of a complete application stack to the swarm. A stack is a collection of services that make up an application. This new feature automatically deploys multiple services that are linked to each other obviating the need to define each one separately.  ▶