tech/webdev magazine

January 31, 2017

Using Docker Stack And Compose YAML Files To Deploy Swarm Services

Tuesday, January 31, 2017 Teklinks

Bells are ringing! Docker v1.13 is out! The most common question I receive during my Docker-related talks and workshops is usually related to Swarm and Compose. Someone: How can I use Docker Compose with Docker Swarm? Me: You can’t! You can convert your Compose files into a Bundle that does not support all Swarm features. If you want to use Swarm to its fullest, be prepared for docker service create commands that contain a never ending list of arguments.

Full article