6f8c6865cfd8fb9256cf191023c516345da96d53
Running GluserFS Server and Client inside Docker
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.
Description
Languages
Shell
58.3%
Dockerfile
41.7%