File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
administer-cluster/migrating-from-dockershim Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ for detailed steps to install containerd.
81
81
1. Install the `containerd.io` package from the official Docker repositories.
82
82
Instructions for setting up the Docker repository for your respective Linux distribution and
83
83
installing the `containerd.io` package can be found at
84
- [Install Docker Engine ](https://docs.docker. com/engine/install/#server ).
84
+ [Getting started with containerd ](https://github. com/containerd/containerd/blob/main/docs/getting-started.md ).
85
85
-->
86
86
1 . 从官方的 Docker 仓库安装 ` containerd.io ` 包。关于为你所使用的 Linux 发行版来设置
87
87
Docker 仓库,以及安装 ` containerd.io ` 包的详细说明,可参见
88
- [ Install Docker Engine ] ( https://docs.docker. com/engine/install/#server ) 。
88
+ [ 开始使用 containerd ] ( https://github. com/containerd/containerd/blob/main/docs/getting-started.md ) 。
89
89
90
90
<!--
91
91
1. Configure containerd:
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ file for a Pod that has one Container:
242
242
243
243
<!--
244
244
In the configuration file, you can see that the Pod has a
245
- [`downwardAPI` volume](/concepts/storage/volumes/#downwardapi),
245
+ [`downwardAPI` volume](/docs/ concepts/storage/volumes/#downwardapi),
246
246
and the Container mounts the volume at `/etc/podinfo`.
247
247
248
248
Look at the `items` array under `downwardAPI`. Each element of the array is a
You can’t perform that action at this time.
0 commit comments