This plugin is based on the original plugin by trajano which was not maintained for a while. This version is ready to support the latest version of Gluster (currently v7).
version: "3.7"
services:
client1:
image: some-image
volumes:
- "my_volume:/my-gluster-volume-mountpoint:rw"
volumes:
my_volume:
driver: homecentr/glusterfs-volume-plugin:latest
driver_opts:
servers: node1,node2,node3
name: "vol01/tst" # First part (vol01) is the name of the volume, rest is path to the subdirectory inside of the volume which will be mounted
Name | Default value | Description |
---|---|---|
SERVERS | Comma delimited list of GlusterFS servers (i.e. the nodes of your cluster) |
The plugin does not expose any ports.
The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.