Skip to content

Commit

Permalink
[update][docs] change lite docker image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Aug 21, 2024
1 parent 5c7692d commit 18d6562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ docker run -ti --rm --name addax wgzhao/addax:latest /opt/addax/bin/addax.sh /op
If you want to use common reader and writer plugins, you can pull the image whose name ends with `-lite`, it's very small.

```shell
docker pull wgzhao/addax:4.0.12-lite
docker run -ti --rm --name addax wgzhao/addax:4.0.12-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json
docker pull wgzhao/addax:latest-lite
docker run -ti --rm --name addax wgzhao/addax:latest-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json
```

### Use install script
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ docker run -ti --rm --name addax wgzhao/addax:latest /opt/addax/bin/addax.sh /op
如果你只需要基本的插件,可以使用带有 `-lite` 结尾的镜像,它体积更小。

```shell
docker pull wgzhao/addax:4.0.12-lite
docker run -ti --rm --name addax wgzhao/addax:4.0.12-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json
docker pull wgzhao/addax:latest-lite
docker run -ti --rm --name addax wgzhao/addax:latest-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json
```

### 使用一键安装脚本
Expand Down

0 comments on commit 18d6562

Please sign in to comment.