# Docker-CodeWeavers_CrossOver-VNC **Repository Path**: jayson0201/Docker-CodeWeavers_CrossOver-VNC ## Basic Information - **Project Name**: Docker-CodeWeavers_CrossOver-VNC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeWeavers.CrossOver.VNC Docker image **A docker image** for run **CrossOver Linux** though **VNC remote manager.** With the docker image, U can run windows softwares under docker container, instead of much heavier virtual machines. Current installed version: **CrossOver Linux 18.1.0** Pull latest image from Docker hub: `sudo docker pull johnshine/crossover-vnc:latest` Then run the image as pull finished: `sudo docker run -d -p ${VNC_PORT}:5901 -e vnc_password=${YOUR_VNC_PASSWORD} johnshine/crossover-vnc:latest` If YOUR_VNC_PASSWORD or vnc_password argument **leave empty, no password** need to connect to VNC server, which most used in one\`s own local home network. After buy CrossOver Linux license, you could add license file to container as following, that can be downloaded at codeweavers.com -> My Account -> My Orders: `sudo docker run -d -p ${VNC_PORT}:5901 -v /path/to/license/license.sig:/opt/cxoffice/etc/license.sig -v /path/to/license/license.txt:/opt/cxoffice/etc/license.txt -e vnc_password=${YOUR_VNC_PASSWORD} johnshine/crossover-vnc:latest` Another solution, [Wine VNC](https://github.com/john-shine/Docker-WineHQ-VNC): **Free**, but maybe less stable. ## Change history 1.4 (2019-04-29) * update CrossOver Linux to v18.5.0 1.3 (2018-12-17) * fix vnc server fail to start * update CrossOver Linux to 18.1.0 1.2 * retry delete the install binary * fix bug: vnc password not work! * fix issue: license files is permission denied 1.1 * change install directory * decrease image size * fix issue: vncserver start at another port. 1.0 * initialized ## VNC clients recommend 1. [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/windows/) 2. [jump desktop](https://jumpdesktop.com/) 3. [TightVNC](https://github.com/TigerVNC/tigervnc/releases) ## Built-in applications + [BaiduNetdisk downloader](https://github.com/john-shine/Docker-CodeWeavers_CrossOver-VNC/tree/master/BaiduNetdisk) + [Internet Download Manager](https://github.com/john-shine/Docker-CodeWeavers_CrossOver-VNC/tree/master/Internet%20Download%20Manager) + [LuYouXia](https://github.com/john-shine/Docker-CodeWeavers_CrossOver-VNC/tree/master/Lyx)