Giter VIP home page Giter VIP logo

docker-codeweavers_crossover-vnc's Introduction

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

docker-codeweavers_crossover-vnc's People

Contributors

john-shine avatar mryuanxiaojun avatar ttimasdf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.