Docker to enable mounting from a Glusterfs host. glusterfs-7
10K+
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
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>.
| Variable | Description | Default |
|---|---|---|
GFS_STARTING_HOST | Glusterfs host to connect to. | glusterfs |
GFS_VOLUME | Glusterfs volume to mount. | glusterfs |
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 path | Permissions | Description |
|---|---|---|
/workspace | rw/shared | Folder to mount Glusterfs volume too. |
Content type
Image
Digest
Size
125 MB
Last updated
over 6 years ago
docker pull d2dyno/glusterfs-client