john-shine / Docker-CodeWeavers_CrossOver-VNC

A docker for run CrossOver though VNC remote manage
456 stars 91 forks source link

docker run后,不能直接使用vnc登录图形界面 #2

Closed Zyx-A closed 6 years ago

Zyx-A commented 7 years ago

docker run后,不能直接使用vnc登录图形界面,无论是否执行“-e vnc_password=your_password”。 如果需要正常使用,要补充执行如下步骤: sudo docker exec -it 容器名 /bin/bash ip address # 查看容器IP vncserver -kill :1 # 关闭已自动开启的vnc会话 vncpasswd # 输入两次新的密码,及可选的只读密码。 vncserver :1 # 启动vnc会话

john-shine commented 7 years ago

理论上已经绑定了host的指定端口,使用127.0.0.1 ip即可连接;默认密码是空,请问连接失败提示什么消息

Zyx-A commented 7 years ago

使用vncviewer时,提示:too many security failures

john-shine commented 6 years ago

2017-11-16_18-51-23 使用macos和linux版本vncviewer均连接正常

john-shine commented 6 years ago

too many security failures错误,可看看下面的链接 https://support.realvnc.com/knowledgebase/article/View/244/1/too-many-security-failures

Zyx-A commented 6 years ago

我刚刚又重试了一下,无密码登录,vncviewer确实可以了,不过Ubuntu的Remmina还是不行。如果加上了参数“-e vnc_password=123123”,则vncviewer和Remmina都不行。 这次提示:Authentication failure

xucongyong commented 6 years ago

crossover need unlock key

qfsf0220 commented 6 years ago

请教一下,在vnc登录百度账号时, 出现 网络异常[1] ,具体如何解决呢?主机docker都可以正常访问网络。

qfsf0220 commented 6 years ago

@vanxv 可以搜索一个 winewrapper.exe.so 替换/opt/cxoffice/lib/wine/winewrapper.exe.so

john-shine commented 6 years ago

@qfsf0220 1、先ping一下网络,看下是不是主机网络没有连通 2、尝试使用--net host参数启动docker镜像 3、删除容器,重新部署 4、docker部分版本有bug,尝试升级

john-shine commented 6 years ago

fixed