Skip to content

cloudbehl/tendrl-container-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tendrl Container

Tendrl Container allows user to create a tendrl setup with a minimal number of steps.

Prerequisite

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 start

Getting tendrl up and running

By 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

Stop the running the containers and data

$ sh tendrl-clean.sh

Listing the running containers and accessing the container

$ docker ps -q
$ docker exec -it {container-id/Name} /bin/bash

example: docker exec -it tendrl_server /bin/bash

About

Repo for creating a containerize setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published