imbajin commented on code in PR #299: URL: https://github.com/apache/incubator-hugegraph-doc/pull/299#discussion_r1384266923
########## 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: > 确实有一些映射文件确实太长了 我之后`<details>`折叠一下, oracle的图片应该可以直接改size 其实我觉得 Oracle 图片可以去掉, 改为 link 就行(哪怕是需要图, 也可以改为图link) 不用直接显示, 用的人也很少了, 另外它的篇幅也应该尽量减少折叠. (不常用的都可以) ########## 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: > 确实有一些映射文件确实太长了 我之后`<details>`折叠一下, oracle的图片应该可以直接改size 其实我觉得 Oracle 图片可以去掉, 改为 link 就行(哪怕是需要图, 也可以改为图link) 不用直接显示, 用的人也很少了, 另外它的篇幅也应该尽量减少折叠. (不常用的都可以) -- 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]
