Add GlusterFS
This commit is contained in:
parent
263824041e
commit
b66d983986
5
glusterfs/Dockerfile
Normal file
5
glusterfs/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt update && apt upgrade -y && apt install -y glusterfs-server
|
||||||
|
|
||||||
|
CMD /usr/sbin/glusterd -p /var/run/glusterd.pid --log-level INFO --no-daemon
|
Loading…
Reference in New Issue
Block a user