We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196145b + 07d23cd commit f562c53Copy full SHA for f562c53
content/en/docs/setup/production-environment/container-runtimes.md
@@ -242,7 +242,7 @@ cd $Env:ProgramFiles\containerd\
242
# - cni bin_dir and conf_dir locations
243
Get-Content config.toml
244
245
-# (Optional - but highly recommended) Exclude containerd form Windows Defender Scans
+# (Optional - but highly recommended) Exclude containerd from Windows Defender Scans
246
Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe"
247
```
248
0 commit comments