- reduced image size

- run.sh accepts image tag as first arg
This commit is contained in:
2024-05-11 12:30:51 +02:00
parent 17d0ef07e0
commit 8d40348e45
2 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
# Run container interactive with X11
docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin --user doge -it dogecoin
docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin --user doge -it $1