我尝试在我的容器(docker)上执行conky以使用ssh tunnel监视它。 如果我尝试在我的管理服务器上执行conky它没关系,但在我的容器上我无法做到!
pc - >管理服务器 - >容器
我已经安装了libimlib2-dev但我再次收到此错误:
Conky: can't open display:
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
答案 0 :(得分:0)
请通过在容器中运行某些经典X客户端(如xeyes
或xclock
来检查SSH X转发是否已正确设置。如果它们运行没有问题,但只有Conky失败,那么这可能是Conky的错误,你可能需要联系它的开发人员。