imbajin commented on code in PR #299: URL: https://github.com/apache/incubator-hugegraph-doc/pull/299#discussion_r1383486124
########## content/cn/docs/quickstart/hugegraph-loader.md: ########## @@ -27,7 +27,38 @@ HugeGraph-Loader 是 HugeGraph 的数据导入组件,能够将多种数据源 - 下载已编译的压缩包 - 克隆源码编译安装 -#### 2.1 下载已编译的压缩包 +#### 2.1 使用 Docker 镜像 + +我们可以使用 `docker run -itd --name loader hugegraph/loader`部署 loader 服务。对于需要加载的数据,则可以通过挂载 `-v /path/to/data/file:/loader/file` 或者`docker cp`的方式将文件复制到 loader 容器内部。 Review Comment: 结尾可以 link 一下后面 2.2 的详细步骤, 用户可以点击跳转 -- 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]
