从mac上的容器运行GUI在“libGL错误:没有find匹配的fbConfigs或视觉效果”

我试图从我的Mac上运行一个基于Ubuntu 15.10的容器。

我运行以下命令

docker run -i -v /tmp/.X11-unix:/tmp/. -e DISPLAY=192.168.0.104:0 --privileged mycompany/mycontainer 

(IP是从我的en0:inet中使用ifconfig)

我收到以下错误:

 libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 149 (GLX) Minor opcode of failed request: 24 (X_GLXCreateNewContext) Value in failed request: 0x0 Serial number of failed request: 25 Current serial number in output stream: 26 

这个容器运行在另一个团队成员Ubuntu操作系统没有任何问题。

任何想法是什么造成这个错误?