caicancai commented on code in PR #1390:
URL: 
https://github.com/apache/incubator-horaedb/pull/1390#discussion_r1433785691


##########
README.md:
##########
@@ -12,6 +12,52 @@ HoraeDB is a high-performance, distributed, cloud native 
time-series database.
 - [Development 
Guide](https://apache.github.io/incubator-horaedb-docs/dev/compile_run.html)
 - [Roadmap](https://apache.github.io/incubator-horaedb-docs/dev/roadmap.html)
 
+## Quick Start
+### Run with Docker
+Run HoraeDB standalone Server. 
+```
+docker run -d --name horaedb-server \
+  -p 8831:8831 \
+  -p 3307:3307 \
+  -p 5440:5440 \
+  ghcr.io/horaedb/horaedb-server
+```
+
+Creat Table.

Review Comment:
   Create



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to