Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,6 +23,6 @@ RUN chmod +x NclearOS2.iso
|
|
23 |
RUN cp NclearOS2.iso /home/ubuntu
|
24 |
# Start QEMU and noVNC
|
25 |
CMD /bin/bash -c " \
|
26 |
-
nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m
|
27 |
cd /noVNC && \
|
28 |
websockify --web . 7860 localhost:5900"
|
|
|
23 |
RUN cp NclearOS2.iso /home/ubuntu
|
24 |
# Start QEMU and noVNC
|
25 |
CMD /bin/bash -c " \
|
26 |
+
nohup qemu-system-aarch64 -cpu cortex-a53 -M raspi3b -m 2000 -cdrom ~/NclearOS2.iso -hda ~/vm.img -vnc :0 -daemonize -usbdevice tablet && \
|
27 |
cd /noVNC && \
|
28 |
websockify --web . 7860 localhost:5900"
|