diff --git a/Dockerfile b/Dockerfile index 0e6db71..c82df5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM debian:sid # Environment ENV QEMU_CPU=2 @@ -20,6 +20,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ curl \ net-tools \ novnc \ + procps \ qemu-kvm \ qemu-system-x86 \ qemu-utils \ diff --git a/README.md b/README.md index 81f4192..52fece1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ docker run --detach \ --privileged --env QEMU_KVM=true \ hectormolinero/qemu-reactos:latest ``` -> The instance will be available through a web browser from: http://localhost:6080/vnc_auto.html +> The instance will be available through a web browser from: http://localhost:6080/vnc.html ## Environment variables #### `QEMU_CPU`