Description:
In the continuation of previous launches inside Kubernetes it's time to start using Swarm! But after Kubernetes I don't want this, because: no pods, no services, overlay network created by Docker itself (no exist VXLAN links on nodes). But there are also pluses: simple, native support of docker containers.
Requirements:
Data should be placed on cluster nodes:
cd /
git clone https://github.com/livelace/sip2world.git
Quick start:
git clone https://github.com/livelace/sip2world.git
cd sip2world/swarm/
docker-compose up