Comment by evantbyrne
Comment by evantbyrne 10 months ago
Swarm ships with Docker only requiring initialization and disabling access to the management ports. It is the appropriate alternative to more complex orchestration tools as it gives you things like zero downtime deployments, rollbacks, volume management, secrets, networking, logging, and can scale services across multiple machines if needed later. Check out what I did with Rove for setup as that is basically a wrapper around Swarm.