Dockerfile linksWhere to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues:
https://github.com/kdridi/docker-crossover/issues
Maintained by:
Karim DRIDI
Published image artifact details:
repo-info repo's repos/crossover/ directory (history)
(image metadata, transfer size, etc)
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.

The X Window System (X11, or shortened to simply X) is a windowing system for bitmap displays, common on UNIX-like computer operating systems.
ip=$(ifconfig en1 | grep inet | awk '$1=="inet" {print $2}')
xhost + $ip
docker run --rm -it -e DISPLAY=${ip}:0 kdridi/crossover
Content type
Image
Digest
Size
421.2 MB
Last updated
about 9 years ago
docker pull kdridi/crossover