hradec / docker_lizardfs_git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_lizardfs

A Docker image running a easily configurable LizardFS on top of Arch Linux!

You can use it to create a container for any of the servers (master, shadow, chunk, metalogger and cgi web), and also fully configure any of the servers options using environment variables.

The chunkserver will automatically use anything mounted in /mnt/ as disks. So just add volumes using dockers --volume "/local_disk_path/:/mnt/disk:rw"!

The envinroment variable MFSMASTER sets the IP for the LizardFS master server. Ex: -e MFSMASTER=192.168.0.12

run

docker run -ti hradec/lizardfs:latest

for an up-to-date help!

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%