1tbfree commited on
Commit
649918b
1 Parent(s): 77ba323

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,6 +23,6 @@ RUN chmod +x SimpleOS.iso
23
  RUN cp SimpleOS.iso /home/ubuntu
24
  # Start QEMU and noVNC
25
  CMD /bin/bash -c " \
26
- nohup qemu-system-x86_64 -m 5G -cdrom ~/SimpleOS.iso -hda ~/vm.img -vnc :0 -daemonize -vga vmware -usbdevice tablet && \
27
  cd /noVNC && \
28
  websockify --web . 7860 localhost:5900"
 
23
  RUN cp SimpleOS.iso /home/ubuntu
24
  # Start QEMU and noVNC
25
  CMD /bin/bash -c " \
26
+ nohup qemu-system-x86_64 -cpu Nehalem -m 5G -cdrom ~/SimpleOS.iso -hda ~/vm.img -vnc :0 -daemonize -vga vmware -usbdevice tablet && \
27
  cd /noVNC && \
28
  websockify --web . 7860 localhost:5900"