From fd244cd2f171512c3de4a23938dbd67f85792cb8 Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Wed, 11 Sep 2024 12:04:19 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd19ed..9a16d99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# glusterfs-server-docker +# Running GluserFS Server and Client inside Docker -Project to share how I achieved running GlusterFS sync tasks inside docker containers \ No newline at end of file +Project to share how I achieved running GlusterFS sync tasks inside docker containers. + +Main idea is to be able to sync data volume of some container with remote host (for HA purposes for example). + +# To do list + +- expand possibilities from only one docker volume to several volumes + +# History (how it started) + +I wanted to create HA gitea installation (on remote server and local server). Unfortunately, minio support shared only auxilary data, but not the main gitea folder. So I decided to find a way to do that, and GlusterFS seemed to solve the task. But it being stateful seemed to bring difficulties. So, lets try go the docker way to make it stateless and easy to configure. \ No newline at end of file