Exec Resize

Resizes the TTY session used by an exec instance identified by the specified ID. This operation allows you to dynamically adjust the dimensions of the pseudo-terminal associated with a running exec process inside a Docker container. You can specify the height and width parameters to set the new terminal size, which is particularly useful when the client terminal window is resized and you need to propagate those dimension changes to the exec session to ensure proper text formatting and display...