Files
glusterfs-server-docker/README.md
2024-09-11 12:04:19 +03:00

13 lines
735 B
Markdown

# 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.