mirror of
https://github.com/containers/podman.git
synced 2025-09-21 11:45:26 +08:00
Merge pull request #25512 from findesgh/feature/#21256-extend-cidfile-support
Feature/#21256 extend cidfile support
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user