Christopher Luna commited on
Commit
3c6953c
·
verified ·
1 Parent(s): 7c1f662

Update Dockerfile

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