Merge pull request #14310 from Yuhta28/hotfix/document

[CI:DOCS] fix podman-for-windows.md
This commit is contained in:
OpenShift Merge Robot 2022-05-23 09:07:57 -04:00 committed by GitHub
commit 0d2209eb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,15 +233,15 @@ Linux container. This supports several notation schemes, including:
Windows Style Paths:
`podman run -it c:\Users\User\myfolder:/myfolder ubi8-micro ls /myfolder`
`podman run --rm -v c:\Users\User\myfolder:/myfolder ubi8-micro ls /myfolder`
Unixy Windows Paths:
`podman run -it /c/Users/User/myfolder:/myfolder ubi8-micro ls /myfolder`
`podman run --rm -v /c/Users/User/myfolder:/myfolder ubi8-micro ls /myfolder`
Linux paths local to the WSL filesystem:
`podman run -it /var/myfolder:/myfolder ubi-micro ls /myfolder`
`podman run --rm -v /var/myfolder:/myfolder ubi-micro ls /myfolder`
All of the above conventions work, whether running on a Windows prompt or the
WSL Linux shell. Although when using Windows paths on Linux, appropriately quote