We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DISPLAY
1 parent 4e022ca commit e4fdc48Copy full SHA for e4fdc48
1 file changed
docker.sh
@@ -24,7 +24,7 @@ case "$1" in
24
docker build . --tag diffdetective-demo:1.0.0 || echo "Failed to build the docker container." && echo "Docker container sucessfully built."
25
;;
26
demo)
27
- docker run --rm --net=host --volume="$HOME/.Xauthority:/home/user/.Xauthority:rw" -e _JAVA_AWT_WM_NONREPARENTING="$_JAVA_AWT_WM_NONREPARENTING" diffdetective-demo:1.0.0
+ docker run --rm --net=host --volume="$HOME/.Xauthority:/home/user/.Xauthority:rw" -e _JAVA_AWT_WM_NONREPARENTING="$_JAVA_AWT_WM_NONREPARENTING" -e DISPLAY="${DISPLAY:-:0}" diffdetective-demo:1.0.0
28
29
*)
30
usage
0 commit comments