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