Skip to content

wickywaka/x-server-passthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

X Server Passthrough

The following should open up a Xterm window on your host machine

docker build -t gui-test .
docker run -ti -e DISPLAY -v $XAUTHORITY:/root/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix --net=host gui-test

About

Example respsitory for running GUI apps inside docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published