Skip to content

Commit 628bd49

Browse files
committed
Add run
1 parent ace30bc commit 628bd49

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Ceph-web is the management tool for ceph with full features.
1414
## Installation
1515

1616
```
17-
docker run -d -p 8080:8080 tobegit3hub/ceph-web
17+
docker run -d --net=host tobegit3hub/ceph-web
1818
```
1919

20+
Please go to <http://127.0.0.1:8080> in the brower.
21+
2022
## Notice
2123

2224
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.

run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
sudo docker run -d --net=host tobegit3hub/ceph-web

0 commit comments

Comments
 (0)