Sign inSign up

homecentr/glusterfs-volume-plugin

By homecentr

Updated about 6 years ago

Plugin
1

310

homecentr/glusterfs-volume-plugin repository overview

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

NameDefault valueDescription
SERVERSComma 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.

Tag summary

Content type

Plugin

Digest

Size

193 MB

Last updated

about 6 years ago

docker plugin install homecentr/glusterfs-volume-plugin:2.0.1