Skip to content

Commit

Permalink
[Fix][Docs] Url Error (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
735140144 authored Jan 8, 2024
1 parent a4d1a4f commit 2de5950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/02-get-started/02-docker/01-build-docker-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. 构建平台应与运行平台保持一致。
Expand Down

0 comments on commit 2de5950

Please sign in to comment.