Skip to content

Instantly share code, notes, and snippets.

@tarcisio
Created February 11, 2017 20:44
Show Gist options
  • Save tarcisio/abdfd8be5e205fdd7097c61e9565f583 to your computer and use it in GitHub Desktop.
Save tarcisio/abdfd8be5e205fdd7097c61e9565f583 to your computer and use it in GitHub Desktop.
docker run -v /etc/glusterfs:/etc/glusterfs:z \
-v /var/lib/glusterd:/var/lib/glusterd:z \
-v /var/log/glusterfs:/var/log/glusterfs:z \
-v /sys/fs/group:/sys/fs/cgroup:ro \
-d --privileged=true --net=host -v /dev/:/dev gluster/gluster-centos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment