Skip to content

Commit 86265a1

Browse files
committed
Updating containerd install details
Signed-off-by: Mark Rossetti <[email protected]>
1 parent e506834 commit 86265a1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,14 @@ Use the following commands to install Containerd on your system:
166166
1. Install containerd:
167167
168168
Visit
169-
[Getting started with containerd](https://containerd.io/docs/getting-started/#starting-containerd)
169+
[Getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md)
170170
and follow the instructions there, up to the point where you have a valid
171-
configuration file (on Linux: `/etc/containerd/config.toml`).
171+
configuration file, config.toml.
172+
On Linux, you can find this file under the path `/etc/containerd/config.toml`.
173+
On Windows, you ocan find this file under the path `c:\Program File\containerd\config.toml`.
172174
173-
If you are running Windows, you might want to exclude containerd from Windows Defender Scans
174-
```powershell
175-
# If excluding containerd from Windows Defender scans, consider how else
176-
# you will make sure that the executable is genuine.
177-
Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe"
178-
```
179-
180-
For containerd, the CRI socket is `/run/containerd/containerd.sock` by default.
175+
On Linux the default CRI socket for containerd is `/run/containerd/containerd.sock`.
176+
On Windows the default CRI endpoint is `npipe://./pipe/containerd-containerd`.
181177
182178
#### Configuring the `systemd` cgroup driver {#containerd-systemd}
183179

0 commit comments

Comments
 (0)