Merge pull request #25512 from findesgh/feature/#21256-extend-cidfile-support

Feature/#21256 extend cidfile support
This commit is contained in:
openshift-merge-bot[bot]
2025-03-26 13:03:35 +00:00
committed by GitHub
5 changed files with 76 additions and 12 deletions

View File

@ -13,6 +13,10 @@ podman\-exec - Execute a command in a running container
## OPTIONS
#### **--cidfile**=*file*
Read the ID of the target container from the specified *file*.
#### **--detach**, **-d**
Start the exec session, but do not attach to it. The command runs in the background, and the exec session is automatically removed when it completes. The **podman exec** command prints the ID of the exec session and exits immediately after it starts.