docker-gluster-web-interface/README.md

16 lines
466 B
Markdown

# docker-gluster-web-interface for arm arhitecture
[gluster-web-interface](https://git.softuniq.eu/UniqueSoft/gluster-web-interface) is Web UI to manage GlusterFS.
## Run docker build
```bash
docker build --platform linux/arm64/v8 -t 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.