mirror of
https://github.com/containers/podman.git
synced 2026-03-18 22:57:36 -04:00
Three simple options shared among podman-create, exec, run. I mostly went with the podman-run versions. For --tty, this means that create and exec get the long stdout/stderr note. (The example, though, remains only in podman-run). For -i, mostly boldspace changes. For --preserve-fds, podman-exec now has the "not with remote" note (which it didn't until now) Signed-off-by: Ed Santiago <santiago@redhat.com>
4 lines
118 B
Markdown
4 lines
118 B
Markdown
#### **--interactive**, **-i**
|
|
|
|
When set to **true**, keep stdin open even if not attached. The default is **false**.
|