Skip to content

Commit

Permalink
fix: description of container commands (#279)
Browse files Browse the repository at this point in the history
修复关于容器参数的描述,从 2.1 之后不应该是**环境变量**

/kind documentation

```release-note
None
```
  • Loading branch information
ruibaby authored Nov 25, 2023
1 parent eb1b150 commit d61ada3
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/install/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ import DockerArgs from "./slots/docker-args.md"
- --server.port=8090
```

参数详解
运行参数详解

<DockerArgs />

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/install/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Podman 采用无守护进程的包容性架构,因此可以更安全、更简
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ import DockerArgs from "./slots/docker-args.md"
- --halo.security.initializer.superadminpassword=P@88w0rd
```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ import DockerArgs from "./slots/docker-args.md"
- --server.port=8090
```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Podman 采用无守护进程的包容性架构,因此可以更安全、更简
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ import DockerArgs from "./slots/docker-args.md"
- --halo.security.initializer.superadminpassword=P@88w0rd
```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import DockerArgs from "./slots/docker-args.md"

```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ import DockerArgs from "./slots/docker-args.md"
- --server.port=8090
```

参数详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import DockerArgs from "./slots/docker-args.md"
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Podman 采用无守护进程的包容性架构,因此可以更安全、更简
- **-p**:端口映射,格式为 `主机(宿主)端口:容器端口` ,可在 `application.yaml` 配置。
- **-v**:工作目录映射。形式为:`-v 宿主机路径:/root/.halo2`,后者不能修改。

变量详解
运行参数详解

<DockerArgs />

Expand Down

1 comment on commit d61ada3

@vercel
Copy link

@vercel vercel bot commented on d61ada3 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

halo-docs – ./

halo-docs-git-main-halo-dev.vercel.app
docs.halo.run
halo-docs-halo-dev.vercel.app
halo-docs.vercel.app

Please sign in to comment.