From 68d132fc0bd0130e135c47ddd83ee63d7fda3819 Mon Sep 17 00:00:00 2001 From: cs171027 Date: Sat, 13 Jun 2020 07:44:23 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45622f1..a2ee368 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * [Mariadb galera swarm image](https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm/) for MariaDB automatic clustering with healthchecks and other features, which is already available & build as a [Dockerfile](https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm/dockerfile). As an operating system we used the same for all docker (manager & worker) nodes (Host machine & LXC containers): - * Debian 9.3 (Stretch) with Linux Kernel 4.9.0-5-amd64 + * Debian 9 (Stretch) with Linux Kernel 4.9.0-5-amd64 (9.3 for host machine, 9.12 for LXC). In more detail, the manager node is running on the host machine itself, while the provisioning of LXC containers permits the creation of multiple worker nodes on which the galera cluster runs as a service, which are running on the same host and are sharing the same Linux Kernel without the need for other separate or dedicated worker machines/VMs.