mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 09:48:59 +00:00
docs: fix missing podman command in example
Signed-off-by: Kenichi Kamiya <kachick1@gmail.com>
This commit is contained in:
parent
190c37b555
commit
b3dd907bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ Verify that, on your WSL distribution, the Podman CLI communicates with your Pod
|
|||
On your WSL distribution, start a container such as `quay.io/podman/hello`, and list the name of the last running container:
|
||||
|
||||
```shell-session
|
||||
$ podman quay.io/podman/hello
|
||||
$ podman run quay.io/podman/hello
|
||||
$ podman ps -a --no-trunc --last 1
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue