mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +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
|
||||
|
||||
```
|
||||
$ podman exec -it ctrID ls
|
||||
$ podman exec -it -w /tmp myCtr pwd
|
||||
$ podman exec --user root ctrID ls
|
||||
```
|
||||
|
||||
## SEE ALSO
|
||||
podman(1), podman-run(1)
|
||||
|
Reference in New Issue
Block a user