-
Notifications
You must be signed in to change notification settings - Fork 13
docker_graphics_linux
Colley JM edited this page Apr 14, 2022
·
10 revisions
--net=host -e="DISPLAY" -v="$HOME/.Xauthority:/root/.Xauthority:rw"
Tested on :
- ubuntu 20.04
Reference:
Do before docker run
xhost +
options for docker run
-e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix
Tested on :
- ???
Reference: