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