mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
markdown: fix formatting of commands at bottom of podman-exec
Current (lack of) formatting crunches first two lines together. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
@ -105,9 +105,11 @@ non-zero code, the exit codes follow the `chroot` standard, see below:
|
|||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
|
|
||||||
|
```
|
||||||
$ podman exec -it ctrID ls
|
$ podman exec -it ctrID ls
|
||||||
$ podman exec -it -w /tmp myCtr pwd
|
$ podman exec -it -w /tmp myCtr pwd
|
||||||
$ podman exec --user root ctrID ls
|
$ podman exec --user root ctrID ls
|
||||||
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
podman(1), podman-run(1)
|
podman(1), podman-run(1)
|
||||||
|
Reference in New Issue
Block a user