我连接到远程计算机(从windows到centos)并尝试运行docker容器。
For example,docker pull hello-world
,X窗口即将启动
没什么附加的。
ssh -vvv name@remote
相同的命令docker pull hello-world
给出:
debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
debug1: client_request_x11: request from ::1 35164
debug2: fd 8 setting TCP_NODELAY
debug2: fd 8 setting O_NONBLOCK
debug3: fd 8 is O_NONBLOCK
debug1: channel 1: new [x11]
debug1: confirm x11
我想知道如何调试此行为。我认为它可能来自ssh配置但不确定。