Refactored

This commit is contained in:
2024-05-10 17:48:27 +02:00
parent 85f717b6fc
commit 17d0ef07e0
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ echo Using DISPLAY $DISPLAY
export XDG_RUNTIME_DIR=/tmp/runtime-doge export XDG_RUNTIME_DIR=/tmp/runtime-doge
#export QT_QPA_PLATFORM=offscreen #export QT_QPA_PLATFORM=offscreen
#export QT_X11_NO_MITSHM=1 #export QT_X11_NO_MITSHM=1
export QT_DEBUG_PLUGINS=1 #export QT_DEBUG_PLUGINS=1
#exec dogecoin-qt exec dogecoin-qt &
exec bash --login exec bash --login
-4
View File
@@ -1,4 +0,0 @@
#/bin/bash
# Run container interactive with X11
docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin -it dogecoin bash --login