imbajin commented on code in PR #299: URL: https://github.com/apache/incubator-hugegraph-doc/pull/299#discussion_r1384693933
########## 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: > 这个图直接不要了吧 我刚刚看了下整个ui全变了, link 也有点老了 OK, 总之应减少包括 oracle 在内不常见配置的篇幅/或折叠起来默认 ########## 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: > 这个图直接不要了吧 我刚刚看了下整个ui全变了, link 也有点老了 OK, 总之应减少包括 oracle 在内不常见配置的篇幅/或折叠起来默认 -- 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]
