Initial commit

This commit is contained in:
2024-05-31 11:32:10 +02:00
commit 394c84aa16
7 changed files with 94 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#/bin/bash
DISPLAY_NUM=99
docker run --rm --net bridge -p 5910:59${DISPLAY_NUM}/tcp -e DISPLAY_NUM=${DISPLAY_NUM} -e SCREEN_W=1536 -e SCREEN_H=960 -it $1 bash --login