Winbox64 bit for x11 Linux and Mac
4.0K
Lord BaseX (c) 2025 Federico Pereira [email protected]
brew install socat
brew cask install xquartz
Start XQuartz from command line using open -a XQuartz. In the XQuartz preferences, go to the “Security” tab and make sure you’ve got “Allow connections from network clients” ticked:
open -a Xquartz
IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
xhost + $IP

curl -fsSL https://raw.githubusercontent.com/lordbasex/Docker/master/X11Docker/winbox/winbox.sh | bash
WINEPREFIX=${HOME}/Dropbox/docker-root/.wine
IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
docker run -itd \
--rm \
--name winbox \
--privileged \
--volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--volume="${WINEPREFIX}:/root/.wine" \
--env="DISPLAY=${IP}:0" \
cnsoluciones/winbox64:3.41
Content type
Image
Digest
sha256:f54fe8589…
Size
487.9 MB
Last updated
over 1 year ago
docker pull cnsoluciones/winbox64