# ceph-web **Repository Path**: tanzhou007/ceph-web ## Basic Information - **Project Name**: ceph-web - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ceph Web ## Introduction Ceph-web is the management tool for ceph with full features. * Easy to run with docker contaienr * Lightweight management tools * Full APIs from ceph-rest-api * Web UI with material design ![](./screenshot.png) ## Installation ``` docker run -d --net=host tobegit3hub/ceph-web ``` Please go to in the brower. ## Notice Ceph-web accesses official ceph-rest-api service. You can run [ceph/demo](https://github.com/ceph/ceph-docker/tree/master/demo) to setup all-in-one ceph cluster locally. ``` docker run -d --net=host -e MON_IP=192.168.0.20 -e CEPH_NETWORK=192.168.0.0/24 ceph/demo ```