You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker version:20.10.6
Use the docker exec command to enter the container: failed to resize tty, using default size
How should this problem be solved? Is it the docker version or the server?
The text was updated successfully, but these errors were encountered:
The cli will resize the terminal inside the VM to match the terminal Window (when starting the exec, and if your terminal window is resized). This is on a "best effort" base, because it's possible that the container is slow to respond, or other reasons. Possibly the CLI should print the actual error it encountered (but that would only be useful for debugging purposes)
If you have steps to consistently reproduce this problem, it's best to open a ticket in the CLI issue tracker instead (https://github.com/docker/cli), but when doing so, please include the information that was requested in the issue template when you open a ticket (at least the full output of docker version and docker info, but also clear reproduction steps).
Closing this because of the above, but feel free to continue the conversation.
docker version:20.10.6
Use the docker exec command to enter the container:
failed to resize tty, using default size
How should this problem be solved? Is it the docker version or the server?
The text was updated successfully, but these errors were encountered: