Sign inSign up

million12/gluster

By million12

Updated almost 11 years ago

GlusterFS Daemon Docker Image

Image
2

4.5K

million12/gluster repository overview

GlusterFS Daemon (Centos7)

Circle CI

This is GluserFS Daeomon onlye Docker Image. Based on CentOS 7

Usage

docker pull million12/gluster

Or, if you prefer to build it on your own:
docker build -t million12/gluster .

Run the image as daemon:
docker run -d --net host --privileged million12/gluster

Create new volume

docker exec -ti docker_id gluster volume create my_volume_name /my/mount_point/brick

Now start that volume:
docker exec -ti docker_id gluster volume start my_volume_name

Mount GlusterFS:
mount -f glusterfs $GLUSTER_IP:/my_volume_name /my/mount_point/

Authors

Author: Marcin Ryzycki ([email protected])
Author: Przemyslaw Ozgo ([email protected])


Sponsored by Typostrap.io - the new prototyping tool for building highly-interactive prototypes of your website or web app. Built on top of TYPO3 Neos CMS and Zurb Foundation framework.

Tag summary

Content type

Image

Digest

sha256:fe19c250b

Size

104.9 MB

Last updated

almost 11 years ago

docker pull million12/gluster