File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,20 +57,8 @@ $ ./rct -h
5757## Run in docker
5858
5959``` shell
60- # run with jvm
6160$ docker run -it --rm redisrdbcli/redis-rdb-cli:latest
6261$ rct -V
63-
64- # run without jvm
65- $ docker run -it --rm redisrdbcli/redis-rdb-cli:latest-native
66- $ rct -V
67- ```
68-
69- ## Build native image via graalvm in docker
70- ``` shell
71- $ docker build -m 8g -f DockerfileNative -t redisrdbcli:redis-rdb-cli .
72- $ docker run -it redisrdbcli:redis-rdb-cli bash
73- $ bash-5.1# rct -V
7462```
7563
7664## Windows Environment Variables
Original file line number Diff line number Diff line change @@ -57,20 +57,8 @@ $ ./rct -h
5757## 在docker中运行
5858
5959``` shell
60- # run with jvm
6160$ docker run -it --rm redisrdbcli/redis-rdb-cli:latest
6261$ rct -V
63-
64- # run without jvm
65- $ docker run -it --rm redisrdbcli/redis-rdb-cli:latest-native
66- $ rct -V
67- ```
68-
69- ## 在docker中通过graalvm构建native image
70- ``` shell
71- $ docker build -m 8g -f DockerfileNative -t redisrdbcli:redis-rdb-cli .
72- $ docker run -it redisrdbcli:redis-rdb-cli bash
73- $ bash-5.1# rct -V
7462```
7563
7664## 设置Windows环境变量
You can’t perform that action at this time.
0 commit comments