Skip to content

Commit e15e5e2

Browse files
Added launcher script for debugging
1 parent 724170f commit e15e5e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

launch.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
docker run \
4+
--privileged \
5+
-v /dev/bus/usb:/dev/bus/usb \
6+
-v /tmp/.X11-unix:/tmp/.X11-unix \
7+
-v /mnt/wslg:/mnt/wslg \
8+
-e DISPLAY \
9+
-e WAYLAND_DISPLAY \
10+
-e XDG_RUNTIME_DIR \
11+
-e PULSE_SERVER \
12+
--rm -it $(docker build -q .) $@

0 commit comments

Comments
 (0)