7,540
edits
Changes
Docker
,→Docker compose vs docker stack
Source: https://docs.docker.com/compose/overview/
==Docker docker compose vs docker stack(swarm)==
In recent releases, a few things have happened in the Docker world. Swarm mode got integrated into the Docker Engine in 1.12, and has brought with it several new tools. Among others, it’s possible to make use of docker-compose.yml files to bring up stacks of Docker containers, without having to install Docker Compose.