Skip to content

Commit ba275d1

Browse files
authored
Merge pull request #33924 from chris-short/install-containerd-from-containerd
Install containerd from containerd
2 parents 10cb6b9 + 3f3ad2a commit ba275d1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,12 @@ using the (deprecated) v1alpha2 API instead.
167167

168168
{{% thirdparty-content %}}
169169

170-
171170
### containerd
172171

173172
This section outlines the necessary steps to use containerd as CRI runtime.
174173

175174
Use the following commands to install Containerd on your system:
176175

177-
178-
179176
Follow the instructions for [getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md). Return to this step once you've created a valid configuration file, `config.toml`.
180177

181178
{{< tabs name="Finding your config.toml file" >}}

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for detailed steps to install containerd.
4444
1. Install the `containerd.io` package from the official Docker repositories.
4545
Instructions for setting up the Docker repository for your respective Linux distribution and
4646
installing the `containerd.io` package can be found at
47-
[Install Docker Engine](https://docs.docker.com/engine/install/#server).
47+
[Getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md).
4848

4949
1. Configure containerd:
5050

0 commit comments

Comments
 (0)