Skip to content

Commit

Permalink
docs: update quick-start.md format (#850)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Ma <[email protected]>
  • Loading branch information
jim3ma authored Dec 1, 2021
1 parent 7f28389 commit 5b4a968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This table describes some container runtimes version and documents.
| CRI-O | All | [Link](runtime-integration/cri-o.md) | Yes | crictl pull docker.io/library/alpine:latest |
<!-- markdownlint-restore -->

**:`containerd` is recommended*
**: `containerd` is recommended*

## Runtime Configuration Guide for Dragonfly Helm Chart

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

下表列出了一些容器的运行时、版本和文档。

<!-- markdownlint-disable -->
| Runtime | Version | Document | CRI Support | Pull Command |
| --- | --- | --- | --- | --- |
<!-- markdownlint-disable -->
| Containerd<sup>*</sup> | v1.1.0+ | [Link](runtime-integration/containerd/mirror.md) | Yes | crictl pull docker.io/library/alpine:latest |
| Containerd without CRI | < v1.1.0 | [Link](runtime-integration/containerd/proxy.md) | No | ctr image pull docker.io/library/alpine |
| CRI-O | All | [Link](runtime-integration/cri-o.md) | Yes | crictl pull docker.io/library/alpine:latest |
<!-- markdownlint-restore -->

**:推荐使用`containerd`*
**: 推荐使用`containerd`*

## Helm Chart 运行时配置

Expand Down

1 comment on commit 5b4a968

@nange-Blog
Copy link

Choose a reason for hiding this comment

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

你这个没有说清楚怎么根据自己的实际情况去配置,最好有helm3的安装说明

Please sign in to comment.