Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Dec 8, 2024
1 parent 15ba7fb commit 7fb4e35
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ windows测试无需进行环境安装

## 在Docker中使用的说明

地址https://hub.docker.com/r/spiritlhl/goecs
国际镜像地址https://hub.docker.com/r/spiritlhl/goecs

请确保执行下述命令前本机已安装Docker

Expand All @@ -229,6 +229,22 @@ docker run --rm spiritlhl/goecs:latest -menu=false -l zh

使用Docker执行测试,硬件测试会有一些偏差和虚拟化架构判断失效,还是推荐直接测试而不使用Docker测试。

国内镜像地址:https://cnb.cool/oneclickvirt/ecs/-/packages/docker/ecs

请确保执行下述命令前本机已安装Docker

特权模式+host网络

```shell
docker run --rm --privileged --network host docker.cnb.cool/oneclickvirt/ecs:latest -menu=false -l zh
```

非特权模式+非host网络

```shell
docker run --rm docker.cnb.cool/oneclickvirt/ecs:latest -menu=false -l zh
```

## QA

#### Q: 为什么默认使用sysbench而不是geekbench
Expand Down

0 comments on commit 7fb4e35

Please sign in to comment.