Add GlusterFS

This commit is contained in:
MrLetsplay 2023-05-27 13:50:09 +02:00
parent 263824041e
commit b66d983986

5
glusterfs/Dockerfile Normal file
View 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