Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: description of container commands #279

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading