Merge pull request #4934 from rpjday/docs/markdown/exec

markdown: fix formatting of commands at bottom of podman-exec
This commit is contained in:
OpenShift Merge Robot
2020-01-22 13:23:40 -05:00
committed by GitHub

View File

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