bobbywarner commented on code in PR #2734:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2734#discussion_r1962751997


##########
README.md:
##########
@@ -32,27 +32,31 @@ achieved through 
[Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful
 
 ## Quick Start
 
-### 1. Docker Way (Convenient for Test)
+### 1. Docker
 
-We can use `docker run -itd --name=graph -p 8080:8080 
hugegraph/hugegraph:1.3.0` to quickly start an inner 
-HugeGraph server with `RocksDB` (in backgrounds) for **test/dev**.
-You can visit [doc 
page](https://hugegraph.apache.org/docs/quickstart/hugegraph-server/#3-deploy) 
or
+Use Docker to quickly start a HugeGraph server with `RocksDB` (in the 
background) for **testing or development**:
+
+```
+docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph:1.5.0
+```
+
+Please visit [doc 
page](https://hugegraph.apache.org/docs/quickstart/hugegraph-server/#3-deploy) 
or
 the [README](hugegraph-server/hugegraph-dist/docker/README.md) for more 
details. ([Docker Compose](./hugegraph-server/hugegraph-dist/docker/example))
 
 > Note:
 >  
-> 1. The docker image of hugegraph is a convenience release, but not 
**official distribution** artifacts. You can find more details from [ASF 
Release Distribution 
Policy](https://infra.apache.org/release-distribution.html#dockerhub).
+> 1. The Docker image of HugeGraph is a convenience release, but not 
**official distribution** artifacts. You can find more details from [ASF 
Release Distribution 
Policy](https://infra.apache.org/release-distribution.html#dockerhub).
 > 
 > 2. Recommend to use `release tag` (like `1.3.0`/`1.5.0`) for the stable 
 > version. Use `latest` tag to experience the newest functions in development.

Review Comment:
   Updated, thanks.



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

To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to