Update podman-for-windows.md

Signed-off-by: Julio C. Galindo <54072664+stickM4N@users.noreply.github.com>
This commit is contained in:
Julio C. Galindo
2023-03-30 17:20:12 -04:00
committed by GitHub
parent 3e44a7afed
commit 5643058c8a

View File

@ -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 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 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 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 can be run directly from your Windows PowerShell (or CMD) prompt, where it
remotely communicates with the podman service running in the WSL environment. remotely communicates with the podman service running in the WSL environment.
Alternatively, you can access Podman directly from the WSL instance if you Alternatively, you can access Podman directly from the WSL instance if you