Initial commit

This commit is contained in:
2024-05-09 19:22:01 +02:00
commit b2c7e0412b
6 changed files with 86 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#/bin/bash
# Run container interactive with X11
#docker container run --rm --net host -e DISPLAY=:0 -v /tmp/.X11-unix:/tmp/.X11-unix -v /home/jens/.dogecoin:/home/doge/.dogecoin --user doge -it dogecoin dogecoin-qt
docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin --user doge dogecoin