mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08: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>
118 B
118 B
--interactive, -i
When set to true, keep stdin open even if not attached. The default is false.