Tinywan commented on a change in pull request #30: Simplify the docker run 
documentation and run quickly with docker-com…
URL: 
https://github.com/apache/incubator-apisix-docker/pull/30#discussion_r341031857
 
 

 ##########
 File path: README.md
 ##########
 @@ -1,52 +1,81 @@
-## Docker distribution for APISIX
+## Prerequisites
 
-You can install multiple versions of APISIX through docker:
+To run this application you need [Docker 
Engine](https://www.docker.com/products/docker-engine) >= `1.10.0`. [Docker 
Compose](https://www.docker.com/products/docker-compose) is recommended with a 
version `1.6.0` or later.
 
-1. install master branch version, which has latest code:
+## Get this image
+
+#### Step 1: pull this etcd image
+
+```
+$ docker pull bitnami/etcd:3.3.13-r80
+```
+
+#### Step 2: pull this apisix image
+
+```
+$ docker pull iresty/apisix:latest
+```
+> if you are in the mainland China, use mirror
+>  `docker pull registry.cn-beijing.aliyuncs.com/tinywan/apisix:alpine`
 
 Review comment:
   Due to the wall, many official images can not be pulled, deleted

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to