mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
91eafcbc65
This moves all console code to use github.com/containerd/console library to handle console I/O. Also move to use EpollConsole by default when user requests a terminal so we can still cope when the other side temporarily goes away. Signed-off-by: Daniel Dao <dqminh89@gmail.com>