Tendrl Container allows user to create a tendrl setup with a minimal number of steps.
docker and docker-compose should be installed in the machine and the docker service should be running.
$ sudo yum install docker docker-compose
$ sudo service docker startBy default there will be 3 gluster containers and 1 tendrl container that will run. You can increase the number of gluster container by changing the config.ini file.
$ git clone https://github.com/cloudbehl/tendrl-container
$ cd tendrl-container
$ sh tendrl-setup.sh$ sh tendrl-clean.sh$ docker ps -q
$ docker exec -it {container-id/Name} /bin/bashexample: docker exec -it tendrl_server /bin/bash