summaryrefslogtreecommitdiff
path: root/commands-demo.md
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-06-03 16:07:43 +0200
committerMatthew Heon <mheon@redhat.com>2021-06-11 13:06:07 -0400
commit26eae3bf89bcaf486ee297088102161d9c02311a (patch)
treedadf859f6909afd1e5f4f94126243c15b7259cc1 /commands-demo.md
parentc751544facb3fb891f40d4d125940a51c0477494 (diff)
downloadpodman-26eae3bf89bcaf486ee297088102161d9c02311a.tar.gz
podman-26eae3bf89bcaf486ee297088102161d9c02311a.tar.bz2
podman-26eae3bf89bcaf486ee297088102161d9c02311a.zip
remote: always send resize before the container starts
There is race condition in the remote client attach logic. Because the resize api call was handled in an extra goroutine the container was started before the resize call happend. To fix this we have to call resize in the same goroutine as attach. When the first resize is done start a goroutine to listen on SIGWINCH in the background and resize again if the signal is received. Fixes #9859 Signed-off-by: Paul Holzinger <pholzing@redhat.com> <MH: Fixed cherry-pick conflicts> Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'commands-demo.md')
0 files changed, 0 insertions, 0 deletions