docs: fix missing podman command in example

Signed-off-by: Kenichi Kamiya <kachick1@gmail.com>
This commit is contained in:
Kenichi Kamiya 2024-02-26 15:26:14 +09:00 committed by Florent BENOIT
parent 190c37b555
commit b3dd907bfe

View file

@ -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
```