Fix typo (form -> from)

in content/en/docs/setup/production-environment/container-runtimes.md
This commit is contained in:
Jihoon Seo
2021-03-08 13:53:27 +09:00
committed by GitHub
parent 196145b4c6
commit 07d23cd0e5
@@ -242,7 +242,7 @@ cd $Env:ProgramFiles\containerd\
# - cni bin_dir and conf_dir locations
Get-Content config.toml
# (Optional - but highly recommended) Exclude containerd form Windows Defender Scans
# (Optional - but highly recommended) Exclude containerd from Windows Defender Scans
Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe"
```