The issue is make a Gluster service work into a docker container (i tried with Fedora and Ubuntu images). The main problem reside in the process when I have to run the command: service glusterd start
code output, after the instalation of Gluster (yum install glusterfs-server
command in the case of Fedora) none file appears in /etc/init.d/glusterd
where "service" command make it calls.
Are there any way of make a Gluster containerized without make a Docker Swarm?
This is my /etc folder in Fedora Here
This is my /etc/init.d folder in Ubuntu Here