Merge pull request #26386 from ffmancera/main

Manpages: add podman exec missing example of detach option
This commit is contained in:
openshift-merge-bot[bot]
2025-06-12 13:31:27 +00:00
committed by GitHub

View File

@ -88,6 +88,11 @@ Execute command as the specified user in selected container:
$ podman exec --user root ctrID ls
```
Execute command but do not attach to the exec session leaving the command running in the background:
```
$ podman exec -d ctrID find /path/to/search -name yourfile
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-run(1)](podman-run.1.md)**