Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 80edf71

Browse files
authored
update readme for v0.3 (#752)
1 parent 7e0fcdb commit 80edf71

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mysql -h 127.0.0.1 -u root -p < 4_graph-db-schema.sql
6161
mysql -h 127.0.0.1 -u root -p < 5_alarms-db-schema.sql
6262
```
6363

64-
**NOTE: if you are upgrading from v0.1 to current version v0.2.0,then**. [More upgrading instruction](http://www.jianshu.com/p/6fb2c2b4d030)
64+
**NOTE: if you are upgrading from v0.1 to v0.2.0(or above),then**. [More upgrading instruction](http://www.jianshu.com/p/6fb2c2b4d030)
6565

6666
mysql -h 127.0.0.1 -u root -p < 5_alarms-db-schema.sql
6767

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Running open-falcon container
22

3-
`the latest version in docker hub is v0.2.1`
3+
`the latest version in docker hub is v0.3`
44

55
##### 1. Start mysql and init the mysql table before the first running
66
```
@@ -33,7 +33,7 @@ docker run --name falcon-redis -p6379:6379 -d redis:4-alpine3.8
3333

3434
```
3535
## pull images from hub.docker.com/openfalcon
36-
docker pull openfalcon/falcon-plus:v0.2.1
36+
docker pull openfalcon/falcon-plus:v0.3
3737
3838
## run falcon-plus container
3939
docker run -itd --name falcon-plus \
@@ -45,7 +45,7 @@ docker run --name falcon-redis -p6379:6379 -d redis:4-alpine3.8
4545
-e REDIS_PORT=redis.falcon:6379 \
4646
-v /home/work/open-falcon/data:/open-falcon/data \
4747
-v /home/work/open-falcon/logs:/open-falcon/logs \
48-
openfalcon/falcon-plus:v0.2.1
48+
openfalcon/falcon-plus:v0.3
4949
5050
## start falcon backend modules, such as graph,api,etc.
5151
docker exec falcon-plus sh ctrl.sh start \
@@ -93,7 +93,7 @@ docker run --name falcon-redis -p6379:6379 -d redis:4-alpine3.8
9393
cd /tmp && \
9494
git clone https://github.com/open-falcon/falcon-plus && \
9595
cd /tmp/falcon-plus/ && \
96-
docker build -t falcon-plus:v0.2.1 .
96+
docker build -t falcon-plus:v0.3 .
9797
```
9898

9999
##### Building falcon-dashboard

0 commit comments

Comments
 (0)