GlusterFS client designed to be used as a sidekick container.
50K+
latest fuse fuse-v0.2 (glusterfs-client/fuse/v0.2)Add SYS_ADMIN capability and bind device /dev/fuse.
Then set environment variable GLUSTER_HOST and GLUSTER_VOLUME and your data will be mounted into /vol/${GLUSTER_VOLUME}.
In order to have it mounted on host you will also need to set bind propagation to shared.
All inclusive example: docker run -d -v /tmp/my-gluster-vol:/vol/my-gluster-vol:shared --device /dev/fuse --cap-add SYS_ADMIN -e GLUSTER_HOST=my-gluster-server.local.domain -e GLUSTER_VOLUME=my-gluster-vol dalimit/glusterfs-client:fuse
Content type
Image
Digest
Size
113.6 MB
Last updated
almost 9 years ago
docker pull dalimit/glusterfs-client