Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: 孙林耀 <[email protected]>
  • Loading branch information
MicroOps-cn committed Jun 29, 2022
1 parent 40fc506 commit f6494b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make common-build
#### Building with Docker

```shell
make && docker build -t data_exporter:0.4.0 .
make common-build && docker build -t data_exporter:0.4.1 .
```

### Running this software
Expand Down Expand Up @@ -52,7 +52,7 @@ curl 127.0.0.1:9116/metrics
git clone https://github.com/MicroOps-cn/data_exporter
cd data_exporter/examples/
sed -i 's#../examples/#/etc/data_exporter/#g' data_exporter.yaml
docker run -itd -p 9116:9116 -v `pwd`:/etc/data_exporter/ --name data_exporter microops/data_exporter:0.4.0 --config.path=/etc/data_exporter/data_exporter.yaml
docker run -itd -p 9116:9116 -v `pwd`:/etc/data_exporter/ --name data_exporter microops/data_exporter:0.4.1 --config.path=/etc/data_exporter/data_exporter.yaml
docker logs data_exporter
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make common-build
#### 编译Docker镜像

```shell
make && docker build -t data_exporter:0.4.0 .
make common-build && docker build -t data_exporter:0.4.1 .
```

### 运行
Expand Down Expand Up @@ -54,7 +54,7 @@ curl 127.0.0.1:9116/metrics
git clone https://github.com/MicroOps-cn/data_exporter
cd data_exporter/examples/
sed -i 's#../examples/#/etc/data_exporter/#g' data_exporter.yaml
docker run -itd -p 9116:9116 -v `pwd`:/etc/data_exporter/ --name data_exporter microops/data_exporter:0.4.0 --config.path=/etc/data_exporter/data_exporter.yaml
docker run -itd -p 9116:9116 -v `pwd`:/etc/data_exporter/ --name data_exporter microops/data_exporter:0.4.1 --config.path=/etc/data_exporter/data_exporter.yaml
docker logs data_exporter
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1

0 comments on commit f6494b1

Please sign in to comment.