Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 421 Bytes

docker-gluster-web-interface

gluster-web-interface is Web UI to manage GlusterFS.

Pull the image to local

docker pull like/gluster-web-interface

Run the instance to expose port 3000

docker run -it -p 3000:3000 like/gluster-web-interface

Please open http://<ip address>:3000/ by browser to access gluster-web-interface.