Skip to content

A Dockerfile and its related files for building a container which can run gluster and gluster test environment.

Notifications You must be signed in to change notification settings

raghavendra-talur/Gluster-in-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gluster-in-Docker

A Dockerfile and its related files for building a container which can run gluster and gluster test environment.

git clone the repo.

Install docker.

docker build using the Dockerfile in the repo.

Start the docker container: docker run -d --privileged=true imageName

Use docker inspect to get ip of the container.

ssh into root@IP with password "password".

cd into glusterfs

make install.

./run-tests.sh

Note:

  1. you may have some problems with lvm related commands in container if appropriate kernel modules are not loaded in the host machine. I faced issue with dm_snapshot on ubuntu host.

About

A Dockerfile and its related files for building a container which can run gluster and gluster test environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages