docker run打开一个X窗口并保持空闲状态

时间:2018-04-26 11:43:55

标签: docker ssh x11 x11-forwarding

我连接到远程计算机(从windows到centos)并尝试运行docker容器。

For exampledocker 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配置但不确定。

0 个答案:

没有答案