You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by mi...@apache.org on 2023/05/29 04:07:55 UTC

[incubator-hugegraph-doc] branch master updated: docs: add hugegraph-server docker deployment guide (#253)

This is an automated email from the ASF dual-hosted git repository.

ming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new fb136b37 docs: add hugegraph-server docker deployment guide (#253)
fb136b37 is described below

commit fb136b3720ea3f2ad9091ab62d3bf9d7103926dc
Author: Aaron Wang <wa...@gmail.com>
AuthorDate: Mon May 29 12:07:50 2023 +0800

    docs: add hugegraph-server docker deployment guide (#253)
---
 content/cn/docs/quickstart/hugegraph-server.md | 5 +++++
 content/en/docs/quickstart/hugegraph-server.md | 8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/content/cn/docs/quickstart/hugegraph-server.md b/content/cn/docs/quickstart/hugegraph-server.md
index 6dd35d47..eb0ceefe 100644
--- a/content/cn/docs/quickstart/hugegraph-server.md
+++ b/content/cn/docs/quickstart/hugegraph-server.md
@@ -39,6 +39,7 @@ gcc --version
 - 方式1:一键部署
 - 方式2:下载tar包
 - 方式3:源码编译
+- 方式4:使用Docker容器
 
 #### 3.1 一键部署
 
@@ -113,6 +114,10 @@ mvn package -DskipTests
 
 执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 文件,就是编译生成的tar包。
 
+#### 3.4 使用Docker容器
+
+可参考[Docker部署方式](https://hub.docker.com/r/hugegraph/hugegraph)。
+
 ### 4 配置
 
 如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
diff --git a/content/en/docs/quickstart/hugegraph-server.md b/content/en/docs/quickstart/hugegraph-server.md
index 88a9d3d3..738586e2 100644
--- a/content/en/docs/quickstart/hugegraph-server.md
+++ b/content/en/docs/quickstart/hugegraph-server.md
@@ -31,7 +31,7 @@ There are three ways to deploy HugeGraph-Server components:
 - Method 1: One-click deployment
 - Method 2: Download the binary tarball (most recommended)
 - Method 3: Source code compilation
-- Method 4: Use Docker container (BETA)
+- Method 4: Use Docker container
 
 #### 3.1 One-click deployment
 
@@ -124,6 +124,10 @@ The execution log is as follows:
 
 After successful execution, `*hugegraph-*.tar.gz` files will be generated in the hugegraph directory, which is the tarball generated by compilation.
 
+#### 3.4 Use Docker container
+
+You can refer to [Docker deployment guide](https://hub.docker.com/r/hugegraph/hugegraph).
+
 ### 4 Config
 
 If you need to quickly start HugeGraph just for testing, then you only need to modify a few configuration items (see next section).
@@ -426,7 +430,7 @@ response body:
 }
 ```
 
-For detailed API, please refer to[RESTful-API](/docs/clients/restful-api)
+For detailed API, please refer to [RESTful-API](/docs/clients/restful-api)
 
 ### 7 Stop Server