-
Notifications
You must be signed in to change notification settings - Fork 13
docker_graphics_windows
Colley JM edited this page Aug 21, 2023
·
7 revisions
Possible conflict between VirtualBox and Docker installation requiring WLS package version 2.
See relative post
Use chocolatey to install VcXsrv
choco install vcxsrv
Run Xlaunch from the start menu, select:
- Multiple windows
- Start no client
- extra settings, select
Save 3 times configuration under
- appdata\Xming
- userprofile\Desktop
- userprofile
Create environment variable:
set-variable -name DISPLAY -value <Your IP address>:0.0
Option to add for docker run:
-e DISPLAY=$DISPLAY
python -m tkinter
From Robin Kretzschmar's tuto thank to him.