Skip to content

Commit 64ac68a

Browse files
committed
Temporarily comment out --volume="$XAUTHORITY:..."
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
1 parent 5cabf29 commit 64ac68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

freisa_on_mars/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ docker run --rm -it --name $CONTAINER_NAME \
3333
--network host \
3434
--volume=/tmp/.X11-unix:/tmp/.X11-unix \
3535
--device=/dev/dri:/dev/dri \
36-
--volume "$XAUTHORITY:/.Xauthority" \
3736
-e DISPLAY \
3837
-e TERM \
3938
-e QT_X11_NO_MITSHM=1 \
4039
-e XAUTHORITY=/.Xauthority \
4140
$IMG_NAME
4241

42+
# --volume "$XAUTHORITY:/.Xauthority" \
43+
4344
# EOF

0 commit comments

Comments
 (0)