mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Merge pull request #4934 from rpjday/docs/markdown/exec
markdown: fix formatting of commands at bottom of podman-exec
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