All Projects → john-shine → Docker Codeweavers_crossover Vnc

john-shine / Docker Codeweavers_crossover Vnc

A docker for run CrossOver though VNC remote manage

Projects that are alternatives of or similar to Docker Codeweavers crossover Vnc

kakaotalk-env
KakaoTalk Environment on Debian / Ubuntu Linux (데비안, 우분투 리눅스에서 카카오톡 설치 및 사용하기)
Stars: ✭ 45 (-84.1%)
Mutual labels:  wine
docker-pgmodeler
pgModeler running in a Docker container
Stars: ✭ 16 (-94.35%)
Mutual labels:  docker-image
Docker Openldap
A docker image to run OpenLDAP 🐳
Stars: ✭ 3,202 (+1031.45%)
Mutual labels:  docker-image
OpenVAS-Docker
A Docker Image For the Open Vulnerability Assessment Scanner (OpenVAS)
Stars: ✭ 16 (-94.35%)
Mutual labels:  docker-image
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-94.7%)
Mutual labels:  docker-image
Docker Camunda Bpm Platform
Docker images for the camunda BPM platform
Stars: ✭ 259 (-8.48%)
Mutual labels:  docker-image
omegaml
Python analytics made easy - an open source DataOps, MLOps platform for humans
Stars: ✭ 74 (-73.85%)
Mutual labels:  docker-image
Sitebroker
A cross-platform python based utility for information gathering and penetration testing automation!
Stars: ✭ 281 (-0.71%)
Mutual labels:  docker-image
terraform-aws-cli
Minimal & lightweight docker image including AWS and Terraform CLI
Stars: ✭ 41 (-85.51%)
Mutual labels:  docker-image
Docker Oracle Xe
Docker build for Oracle Database Express Edition (XE)
Stars: ✭ 266 (-6.01%)
Mutual labels:  docker-image
bitnami-docker-jenkins
Bitnami Docker Image for Jenkins
Stars: ✭ 95 (-66.43%)
Mutual labels:  docker-image
locust-docker
Docker image for the Locust load testing tool and sample Kubernetes configuration files for distributed deployment.
Stars: ✭ 17 (-93.99%)
Mutual labels:  docker-image
Docker Keepalived
A docker image to run Keepalived 🐳
Stars: ✭ 258 (-8.83%)
Mutual labels:  docker-image
docker python-opencv-ffmpeg
Dockerfile containing FFmpeg, OpenCV4 and Python2/3, based on Ubuntu LTS
Stars: ✭ 38 (-86.57%)
Mutual labels:  docker-image
Lstags
Explore Docker registries and manipulate Docker images!
Stars: ✭ 277 (-2.12%)
Mutual labels:  docker-image
wcecl
Allows to run Windows CE applications on Windows!
Stars: ✭ 54 (-80.92%)
Mutual labels:  wine
Deepin Wine Tim Arch
Tencent TIM on Deepin Wine5(com.qq.office.deepin) For Archlinux
Stars: ✭ 255 (-9.89%)
Mutual labels:  wine
Docker Python3 Opencv
🐋 🐍 👁 Docker image with python 3 and opencv 4.1
Stars: ✭ 283 (+0%)
Mutual labels:  docker-image
Docker Mtgo
Docker image with ready-to-play MTGO (Magic Online) for Linux and macOS
Stars: ✭ 275 (-2.83%)
Mutual labels:  docker-image
Stargz Snapshotter
Fast docker image distribution plugin for containerd, based on CRFS/stargz
Stars: ✭ 263 (-7.07%)
Mutual labels:  docker-image

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: 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
  2. jump desktop
  3. TightVNC

Built-in applications

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].