#/bin/bash # Run container interactive with X11 IMAGE=${1:-dogecoin-qt:latest} docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin --user doge $2 -it $IMAGE