diff --git a/docs/tutorials/podman-for-windows.md b/docs/tutorials/podman-for-windows.md index 47d53d214a..10d82cfb2a 100644 --- a/docs/tutorials/podman-for-windows.md +++ b/docs/tutorials/podman-for-windows.md @@ -165,7 +165,7 @@ Docker. Provided there is no other service listening on the Docker API pipe; no special settings will be required. ``` -PS C:\Users\User> .\docker.exe run -it fedora echo "Hello Podman!" +PS C:\Users\User> docker run -it fedora echo "Hello Podman!" Hello Podman! ```