Sign inSign up

d2dyno/glusterfs-client

By d2dyno

Updated over 6 years ago

Docker to enable mounting from a Glusterfs host. glusterfs-7

Image
0

10K+

d2dyno/glusterfs-client repository overview

glusterfs-client-docker

Sample run command:

docker run -d --name=glusterfs-client \
-v /workspace:/path/to/mount \
-e GROUP_ID=99 -e USER_ID=100 -e TZ=America/Chicago \
d2dyno/glusterfs-client:latest
Environment Variables

To customize some properties of the container, the following environment variables can be passed via the -e parameter (one for each variable). Value of this parameter has the format <VARIABLE_NAME>=<VALUE>.

VariableDescriptionDefault
GFS_STARTING_HOSTGlusterfs host to connect to.glusterfs
GFS_VOLUMEGlusterfs volume to mount.glusterfs
Data Volumes

The following table describes data volumes used by the container. The mappings are set via the -v parameter. Each mapping is specified with the following format: <HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS].

Container pathPermissionsDescription
/workspacerw/sharedFolder to mount Glusterfs volume too.

Tag summary

Content type

Image

Digest

Size

125 MB

Last updated

over 6 years ago

docker pull d2dyno/glusterfs-client