Add linux-vm Docker build files for rego-tunnel
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 07:39:42 +00:00
parent 25a1985d20
commit 3a674bc44d
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[supervisord]
nodaemon=true
logfile=/var/log/supervisord.log
[program:sshd]
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
[program:qemu]
command=/usr/local/bin/start-vm.sh
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:novnc]
command=/usr/share/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 6080
autostart=true
autorestart=true