You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ Ceph-web is the management tool for ceph with full features.
14
14
## Installation
15
15
16
16
```
17
-
docker run -d -p 8080:8080 tobegit3hub/ceph-web
17
+
docker run -d --net=host tobegit3hub/ceph-web
18
18
```
19
19
20
+
Please go to <http://127.0.0.1:8080> in the brower.
21
+
20
22
## Notice
21
23
22
24
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.
0 commit comments