Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.25 KB

bannerImage


Build Status Coverage Status RepoSize License: MIT Forks Watcher


How to run Docker container with X11

Building the Container

docker build -t chess:v1 .

Running the Container

xhost +

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

docker run -e DISPLAY=$ip:0 -v /tmp/.X11-unix:/tmp/.X11-unix -ti chess:v1

xhost -

Contributors

PanterSoft TeefanDev
image image