gxthrj commented on a change in pull request #3006:
URL: https://github.com/apache/apisix/pull/3006#discussion_r539789408
##########
File path: README_CN.md
##########
@@ -151,6 +151,15 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
## 立刻开始
+### 快速体验
+
+使用docker快速build一个包含所有依赖的 apisix 镜像,一键启动。
+
+```shell
+$ docker build -t apache/apisix:whole -f ./docker/Dockerfile .
+$ docker run -v ./docker/config.yaml:/usr/local/apisix/conf/config.yaml -p
9080:9080 -p 2379:2379 -d apache/apisix:whole
Review comment:
Yes, will add CI
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]