podman exec --tty resizes only after the process is started #10560
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
podman exec -it
only resizes the terminal after the exec process is started. This issues exists in both local and remote podman.Steps to reproduce the issue:
podman run -dit --name test alpine top
podman exec -it test stty size
Describe the results you received:
stty: standard input
Describe the results you expected:
two numbers, the real terminal size
19 194
The text was updated successfully, but these errors were encountered: