docker-gluster-web-interface/README.md

16 lines
466 B
Markdown
Raw Permalink Normal View History

2024-01-23 11:07:35 +00:00
# docker-gluster-web-interface for arm arhitecture
2017-03-07 03:22:45 +00:00
2024-01-23 11:07:35 +00:00
[gluster-web-interface](https://git.softuniq.eu/UniqueSoft/gluster-web-interface) is Web UI to manage GlusterFS.
2017-03-07 03:22:45 +00:00
2024-01-23 11:07:35 +00:00
## Run docker build
2017-03-07 03:22:45 +00:00
```bash
2024-01-23 11:07:35 +00:00
docker build --platform linux/arm64/v8 -t like/gluster-web-interface .
2017-03-07 03:22:45 +00:00
```
2017-03-07 03:44:20 +00:00
## Run the instance to expose port 3000
2017-03-07 03:22:45 +00:00
```bash
docker run -it -p 3000:3000 like/gluster-web-interface
```
Please open http://<ip address>:3000/ by browser to access gluster-web-interface.