18 lines
392 B
Markdown
18 lines
392 B
Markdown
|
# docker-gluster-web-interface
|
||
|
|
||
|
[gluster-web-interface](https://github.com/oss2016summer/gluster-web-interface) is Web UI to manage GlusterFS.
|
||
|
|
||
|
## Pull the image
|
||
|
|
||
|
```bash
|
||
|
docker pull like/gluster-web-interface
|
||
|
```
|
||
|
|
||
|
## Run the instance
|
||
|
|
||
|
```bash
|
||
|
docker run -it -p 3000:3000 like/gluster-web-interface
|
||
|
```
|
||
|
|
||
|
Please open http://<ip address>:3000/ by browser to access gluster-web-interface.
|