我正在尝试从我的 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 using 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 操作系统上运行,没有任何问题。
任何想法是什么导致了这个错误?