Expose QEMU vnc port

This commit is contained in:
Berkus Decker 2019-02-24 18:34:07 +02:00
parent 57aa6a840c
commit a34153028c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ OBJCOPY = cargo objcopy --
OBJCOPY_PARAMS = --strip-all -O binary
UTILS_CONTAINER = andrerichter/raspi3-utils
DOCKER_CMD = docker run -it --rm -v $(shell pwd):/work -w /work
DOCKER_CMD = docker run -it --rm -v $(shell pwd):/work -w /work -p 5900:5900
QEMU_CMD = qemu-system-aarch64
# -d in_asm,unimp,int -S