mirror of
https://github.com/containers/podman.git
synced 2026-05-31 03:46:12 -04:00
`podman run -ti` warns when stdin is not a tty, but if the container is run in detached state that warning does not make much sense: we just need the environment where podman attach will be run to be a tty. Running with `-ti` even in detached state can make sense to avoid applications buffering their output (for realtime logs) or allowing later interaction and should not warn users. Also remove the comment saying that warning will become fatal, as there seems to be agreement that such a breaking change will not be made Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>