From 5445bd6f03575c187a524e428f0dc4bf7d91ef15 Mon Sep 17 00:00:00 2001 From: Black-Hole1 Date: Wed, 28 Jun 2023 09:23:51 +0800 Subject: [PATCH] [CI:DOCS] fix command incorrect in windows Signed-off-by: Black-Hole1 --- docs/tutorials/podman-for-windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/podman-for-windows.md b/docs/tutorials/podman-for-windows.md index f4571b46bd..98ed646051 100644 --- a/docs/tutorials/podman-for-windows.md +++ b/docs/tutorials/podman-for-windows.md @@ -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