Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN chmod +777 /vm/main.iso
|
|
15 |
RUN qemu-img create /vm/main.img 45G
|
16 |
RUN chmod +777 /vm/main.img
|
17 |
# Start QEMU with noVNC on port 7860
|
18 |
-
CMD ["sh", "-c", "qemu-system-x86_64 -cpu Nehalem -m 8G -vnc :0 -hda /vm/main.img -cdrom /vm/main.iso & websockify --web=/usr/share/novnc 7860 localhost:5900"]
|
|
|
15 |
RUN qemu-img create /vm/main.img 45G
|
16 |
RUN chmod +777 /vm/main.img
|
17 |
# Start QEMU with noVNC on port 7860
|
18 |
+
CMD ["sh", "-c", "qemu-system-x86_64 -usbdevice tablet -cpu Nehalem -m 8G -vnc :0 -hda /vm/main.img -cdrom /vm/main.iso & websockify --web=/usr/share/novnc 7860 localhost:5900"]
|