From 5643058c8a4283c11f63705ea9a5e9d1888b683a Mon Sep 17 00:00:00 2001 From: "Julio C. Galindo" <54072664+stickM4N@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:20:12 -0400 Subject: [PATCH] Update podman-for-windows.md Signed-off-by: Julio C. Galindo <54072664+stickM4N@users.noreply.github.com> --- docs/tutorials/podman-for-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/podman-for-windows.md b/docs/tutorials/podman-for-windows.md index 62b7c5a9a8..f4571b46bd 100644 --- a/docs/tutorials/podman-for-windows.md +++ b/docs/tutorials/podman-for-windows.md @@ -7,7 +7,7 @@ While "containers are Linux," Podman also runs on Mac and Windows, where it provides a native CLI and embeds a guest Linux system to launch your containers. This guest is referred to as a Podman machine and is managed with the `podman machine` command. On Windows, each Podman machine is backed by a -virtualized Windows System for Linux (WSLv2) distribution. The podman command +virtualized Windows Subsystem for Linux (WSLv2) distribution. The podman command can be run directly from your Windows PowerShell (or CMD) prompt, where it remotely communicates with the podman service running in the WSL environment. Alternatively, you can access Podman directly from the WSL instance if you