...

/

Describing Our App to Swarm

Describing Our App to Swarm

Learn how we can communicate with Swarm.

We'll cover the following...

You’re probably becoming pretty comfortable describing our app as a set of services defined in a Compose file. However, a docker-compose.yml file is development-focused: it lets us rebuild images easily and not get bogged down by unnecessary details such as deployment configuration.

Stack file

However, now when we come to deployment, we need something that is ...