We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run it on centos 6.7,it returns
centos 6.7
Traceback (most recent call last): File "dockertty.py", line 71, in start_pty flags = fcntl(pty.fileobj, F_GETFL) UnsupportedOperation: fileno
line 71 in docker.tty
71
docker.tty
pty.fileobj 's type is _io.BufferedRWPair.
pty.fileobj
_io.BufferedRWPair
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run it on
centos 6.7
,it returnsTraceback (most recent call last):
File "dockertty.py", line 71, in start_pty
flags = fcntl(pty.fileobj, F_GETFL)
UnsupportedOperation: fileno
line
71
indocker.tty
pty.fileobj
's type is_io.BufferedRWPair
.The text was updated successfully, but these errors were encountered: