You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.StringVar(&execOpts.DetachKeys, detachKeysFlagName, containerConfig.DetachKeys(), "Select the key sequence for detaching a container. Format is a single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @, ^, [, , or _")
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-exec.1.md.in
+4
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ podman\-exec - Execute a command in a running container
13
13
14
14
## OPTIONS
15
15
16
+
#### **--cidfile**=*file*
17
+
18
+
Read the ID of the target container from the specified *file*.
19
+
16
20
#### **--detach**, **-d**
17
21
18
22
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.
0 commit comments