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
+3
View File
@@ -0,0 +1,3 @@
#/bin/bash
docker create --name='novnc-server' --net='bridge' -e 'DISPLAY_NUM'='99' -e 'SCREEN_W'='1536' -e 'SCREEN_H'='960' -p '5910:5999/tcp' -p '8099:8099/tcp' 'jayfield/novnc-server'