hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

Support sendtty for `--console-socket` flag #465

Closed WeiZhang555 closed 7 years ago

WeiZhang555 commented 7 years ago

To make runv compliant with runc, we need to support --console-socket, so borrow tty sending part from runc to make it behave the same.

Signed-off-by: Zhang Wei zhangwei555@huawei.com