mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-25 15:41:40 +00:00
More tidy up and title fixes
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
title: Enable Docker Swarm mode
|
||||
description: For truly highly-available services with Docker containers, Docker Swarm is the simplest way to achieve redundancy, such that a single docker host could be turned off, and none of our services will be interrupted.
|
||||
---
|
||||
|
||||
# Docker Swarm Mode
|
||||
|
||||
For truly highly-available services with Docker containers, we need an orchestration system. Docker Swarm (*as defined at 1.13*) is the simplest way to achieve redundancy, such that a single docker host could be turned off, and none of our services will be interrupted.
|
||||
|
||||
Reference in New Issue
Block a user