https://github.com/likema/docker-gluster-web-interface
Gluster web interface for managing and using glusterfs more efficiently.
https://github.com/likema/docker-gluster-web-interface
docker glusterfs
Last synced: 10 months ago
JSON representation
Gluster web interface for managing and using glusterfs more efficiently.
- Host: GitHub
- URL: https://github.com/likema/docker-gluster-web-interface
- Owner: likema
- Created: 2017-03-07T03:03:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T18:54:58.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T02:39:48.185Z (about 1 year ago)
- Topics: docker, glusterfs
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-gluster-web-interface
[gluster-web-interface](https://github.com/oss2016summer/gluster-web-interface) is Web UI to manage GlusterFS.
## Pull the image to local
```bash
docker pull like/gluster-web-interface
```
## Run the instance to expose port 3000
```bash
docker run -it -p 3000:3000 like/gluster-web-interface
```
Please open http://<ip address>:3000/ by browser to access gluster-web-interface.