Enable vnc for emulator

This commit is contained in:
2022-01-04 21:57:47 +01:00
parent e97f614cac
commit 2179aa3ce0
3 changed files with 20 additions and 2 deletions

3
emu
View File

@@ -3,6 +3,7 @@
default="qemu-system-x86_64 \
-s -S \
-drive file=/opt/mittos.iso,media=cdrom,cache=none \
-vnc :0 \
-curses \
"
@@ -21,5 +22,7 @@ fi
docker-compose -f toolchain/docker-compose.yml run \
--rm \
-e WEBSOCK='1' \
-p 6080:6080 \
--name emul \
run ${cmd}