From 485c86421a465ac16676091de03afa7dcf6307cd Mon Sep 17 00:00:00 2001 From: Eureka Date: Fri, 25 Apr 2025 14:12:48 +0800 Subject: [PATCH] update docker install for graph age db --- content/docs-lite/zh/docs/DataVec/openGauss-AGEGraph.md | 4 ++-- content/zh/docs/DataVec/openGauss-AGEGraph.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs-lite/zh/docs/DataVec/openGauss-AGEGraph.md b/content/docs-lite/zh/docs/DataVec/openGauss-AGEGraph.md index 11b2d8e66..cf8b75b04 100644 --- a/content/docs-lite/zh/docs/DataVec/openGauss-AGEGraph.md +++ b/content/docs-lite/zh/docs/DataVec/openGauss-AGEGraph.md @@ -8,14 +8,14 @@ ### 1.环境准备 #### 1.1 openGauss 容器化部署 -可参考[openGauss容器镜像安装](https://docs.opengauss.org/zh/docs/7.0.0-RC1/docs/InstallationGuide/%E5%AE%B9%E5%99%A8%E9%95%9C%E5%83%8F%E5%AE%89%E8%A3%85.html)部署openGauss。 +可参考[轻量版容器镜像安装](https://docs.opengauss.org/zh/docs/7.0.0-RC1-lite/docs/InstallationGuide/%E5%AE%B9%E5%99%A8%E9%95%9C%E5%83%8F%E5%AE%89%E8%A3%85.html)部署openGauss。 openGauss容器启动后可以执行`docker ps`查看容器是否在运行 输出 ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -253714c9c869 opengauss:7.0.0-rc1 "entrypoint.sh gauss…" 8 minutes ago Up 8 minutes 0.0.0.0:6543->5432/tcp opengauss-age +253714c9c869 opengauss/opengauss:latest "entrypoint.sh gauss…" 8 minutes ago Up 8 minutes 0.0.0.0:6543->5432/tcp opengauss-age ``` #### 1.2 python依赖安装 diff --git a/content/zh/docs/DataVec/openGauss-AGEGraph.md b/content/zh/docs/DataVec/openGauss-AGEGraph.md index 11b2d8e66..cf8b75b04 100644 --- a/content/zh/docs/DataVec/openGauss-AGEGraph.md +++ b/content/zh/docs/DataVec/openGauss-AGEGraph.md @@ -8,14 +8,14 @@ ### 1.环境准备 #### 1.1 openGauss 容器化部署 -可参考[openGauss容器镜像安装](https://docs.opengauss.org/zh/docs/7.0.0-RC1/docs/InstallationGuide/%E5%AE%B9%E5%99%A8%E9%95%9C%E5%83%8F%E5%AE%89%E8%A3%85.html)部署openGauss。 +可参考[轻量版容器镜像安装](https://docs.opengauss.org/zh/docs/7.0.0-RC1-lite/docs/InstallationGuide/%E5%AE%B9%E5%99%A8%E9%95%9C%E5%83%8F%E5%AE%89%E8%A3%85.html)部署openGauss。 openGauss容器启动后可以执行`docker ps`查看容器是否在运行 输出 ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -253714c9c869 opengauss:7.0.0-rc1 "entrypoint.sh gauss…" 8 minutes ago Up 8 minutes 0.0.0.0:6543->5432/tcp opengauss-age +253714c9c869 opengauss/opengauss:latest "entrypoint.sh gauss…" 8 minutes ago Up 8 minutes 0.0.0.0:6543->5432/tcp opengauss-age ``` #### 1.2 python依赖安装 -- Gitee