Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Size of terminal not updating #134

Closed
dlespiau opened this issue Aug 19, 2016 · 2 comments
Closed

Size of terminal not updating #134

dlespiau opened this issue Aug 19, 2016 · 2 comments

Comments

@dlespiau
Copy link
Contributor

dlespiau commented Aug 19, 2016

Not resizing the terminal between the two commands, obviously!

$ docker run -t debian sh -c 'echo size = \(`tput cols`, `tput lines`\)'
size = (195, 52)
$ docker run --runtime cc -t debian sh -c 'echo size = \(`tput cols`, `tput lines`\)'
size = (80, 24)

The size of the terminal is updated within containerd-shim, but doesn't work with the way we hook things. Possibly related to #133.

@dlespiau dlespiau changed the title Size of terminal not properly updated Size of terminal not updating Aug 19, 2016
@amyleeland amyleeland added this to the Clear Containers 2.1 milestone Sep 8, 2016
@amyleeland
Copy link

Close this issue

@dlespiau
Copy link
Contributor Author

Part of #374. Closing.

@dlespiau dlespiau removed the Sprint label Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants