Sign inSign up

dalimit/glusterfs-client

By dalimit

Updated about 8 years ago

GlusterFS client designed to be used as a sidekick container.

Image
0

50K+

dalimit/glusterfs-client repository overview

Tags

Usage

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

Tag summary

Content type

Image

Digest

Size

113.6 MB

Last updated

almost 9 years ago

docker pull dalimit/glusterfs-client