[CI:DOCS] fix command incorrect in windows

Signed-off-by: Black-Hole1 <bh@bugs.cc>
This commit is contained in:
Black-Hole1
2023-06-28 09:23:51 +08:00
committed by Ashley Cui
parent 50195c2449
commit 5445bd6f03

View File

@ -215,8 +215,8 @@ podman machine set --rootful
To restore rootless execution, set rootful to false:
```
Podman machine stop
Podman machine set --rootful=false
podman machine stop
podman machine set --rootful=false
```
Another case in which you may wish to use rootful execution is binding a port
@ -406,7 +406,7 @@ your WSL system state and perform a manual WSL installation using the `wsl
2. Disable WSL Features
```
dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /norestart
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform /norestart
```
3. Reboot
4. Run manual WSL install