Sign inSign up

kdridi/crossover

By kdridi

Updated about 9 years ago

CrossOver dockerized

Image
1

1.1K

kdridi/crossover repository overview

Quick reference

What is CrossOver?

CrossOver is a Microsoft Windows compatibility layer available for macOS and Linux. This compatibility layer enables many Windows-based applications to run on macOS or Linux operating systems.

CrossOver is developed by CodeWeavers and based on Wine, an open-source Windows compatibility layer. CodeWeavers modifies the Wine source code, applies compatibility patches, adds configuration tools that are more user-friendly, automated installation scripts, and provides technical support. All changes made to the Wine source code are covered by the LGPL and publicly available.

logo

How to use this image

start a X11 server

The X Window System (X11, or shortened to simply X) is a windowing system for bitmap displays, common on UNIX-like computer operating systems.

configure X11 security

ip=$(ifconfig en1 | grep inet | awk '$1=="inet" {print $2}')
xhost + $ip

start the image

docker run --rm -it -e DISPLAY=${ip}:0 kdridi/crossover

Tag summary

Content type

Image

Digest

Size

421.2 MB

Last updated

about 9 years ago

docker pull kdridi/crossover