Sign inSign up

cnsoluciones/winbox64

By cnsoluciones

Updated over 1 year ago

Winbox64 bit for x11 Linux and Mac

Image
0

4.0K

cnsoluciones/winbox64 repository overview

X11Docker - Run GUI applications and desktops in Docker.

Lord BaseX (c) 2025 Federico Pereira [email protected]

MacOS
brew install socat
brew cask install xquartz
RUN X11

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

ScreenShot

CONTAINER

Script
curl -fsSL https://raw.githubusercontent.com/lordbasex/Docker/master/X11Docker/winbox/winbox.sh | bash
Docker run
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

Tag summary

Content type

Image

Digest

sha256:f54fe8589

Size

487.9 MB

Last updated

over 1 year ago

docker pull cnsoluciones/winbox64