Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,6 +19,6 @@ RUN cp vm.img /home/ubuntu/vm.img
|
|
19 |
RUN chmod +777 /home/ubuntu/vm.img
|
20 |
# Start QEMU and noVNC
|
21 |
CMD /bin/bash -c " \
|
22 |
-
nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m
|
23 |
cd /noVNC && \
|
24 |
websockify --web . 7860 localhost:5900"
|
|
|
19 |
RUN chmod +777 /home/ubuntu/vm.img
|
20 |
# Start QEMU and noVNC
|
21 |
CMD /bin/bash -c " \
|
22 |
+
nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m 1G -hda ~/vm.img -vnc :0 -daemonize -usbdevice tablet && \
|
23 |
cd /noVNC && \
|
24 |
websockify --web . 7860 localhost:5900"
|