Interesting to see something new being made for Docker Swarm! In my mind, it's still one of the easiest ways to get started with container orchestration, before eventually moving to something more serious (if at all needed): Docker Compose --> Docker Swarm --> Nomad/Kubernetes.<p>Being able to use the Compose specification (<a href="https://docs.docker.com/compose/compose-file/" rel="nofollow">https://docs.docker.com/compose/compose-file/</a>) both on single nodes with Docker Compose and then also across clusters with Docker Swarm is such a nice idea.