diff --git a/docs/02-get-started/02-docker/01-build-docker-image.md b/docs/02-get-started/02-docker/01-build-docker-image.md index 0d99eb4..e9006ff 100644 --- a/docs/02-get-started/02-docker/01-build-docker-image.md +++ b/docs/02-get-started/02-docker/01-build-docker-image.md @@ -8,7 +8,7 @@ This document mainly introduces how to use Dockerfile to create a running image ## Prepare Dockerfile The following points should be noted when writing Dockerfile: >1. The basic parent image uses the official OpenJDK image certified by Docker Hub, with JDK version 1.8 used. ->2. The binary packages required for the application need to be packaged by oneself. Please refer to the [Deploy with Source Code] (/docs/02-get-started/01-build-from-source/03-package) 。 +>2. The binary packages required for the application need to be packaged by oneself. Please refer to the [Deploy with Source Code](../01-deploy-from-source.md) >3. When starting an application within Docker, use `start_container` parameter >4. The construction platform should be consistent with the operation platform. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/02-get-started/02-docker/01-build-docker-image.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/02-get-started/02-docker/01-build-docker-image.md index 7a71341..fa1d8bc 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/02-get-started/02-docker/01-build-docker-image.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/02-get-started/02-docker/01-build-docker-image.md @@ -9,7 +9,7 @@ title: '构建Docker镜像' ## 准备 Dockerfile Dockerfile编写需注意以下几点: >1. 基础父镜像选用经过 Docker-Hub 认证的 OpenJDK 官方镜像,版本用 JDK 1.8 版本。 ->2. 应用所需二进制包需自行打包,参考 [用源码部署](/docs/02-get-started/01-build-from-source/03-package) 章节。 +>2. 应用所需二进制包需自行打包,参考 [用源码部署](../01-deploy-from-source.md) 章节。 >3. 应用在Docker内启动时应使用 `start_container` 参数 >4. 构建平台应与运行平台保持一致。