Skip to content

Commit 58c2fcd

Browse files
neurolagMr-Bossman
authored andcommitted
Fix incorrect function call
Changes made in this commit will fix #16168 The current command in the docs expect a `docker.exe` file to exist in the current working directory. As this is most likely a typo, changes made in this commit fix this issue. Signed-off-by: Manuel Thalmann <[email protected]>
1 parent 2e84246 commit 58c2fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/podman-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Docker. Provided there is no other service listening on the Docker API pipe;
165165
no special settings will be required.
166166

167167
```
168-
PS C:\Users\User> .\docker.exe run -it fedora echo "Hello Podman!"
168+
PS C:\Users\User> docker run -it fedora echo "Hello Podman!"
169169
Hello Podman!
170170
```
171171

0 commit comments

Comments
 (0)