Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

homecentr/docker-plugin-volume-glusterfs

Repository files navigation

Project status

CI/CD on master

HomeCentr - glusterfs-volume-plugin

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

Usage

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

Environment variables

Name Default value Description
SERVERS Comma delimited list of GlusterFS servers (i.e. the nodes of your cluster)

Exposed ports

The plugin does not expose any ports.

Security

The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.