File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
content/en/docs/setup/production-environment Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -166,18 +166,14 @@ Use the following commands to install Containerd on your system:
166
166
1. Install containerd:
167
167
168
168
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 )
170
170
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` .
172
174
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` .
181
177
182
178
# ### Configuring the `systemd` cgroup driver {#containerd-systemd}
183
179
You can’t perform that action at this time.
0 commit comments