This is GluserFS Daeomon onlye Docker Image. Based on CentOS 7
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
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/
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.
Content type
Image
Digest
sha256:fe19c250b…
Size
104.9 MB
Last updated
almost 11 years ago
docker pull million12/gluster