From 8a5d13f31a9bfdb2cc917b2d76096a845bc320a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sun, 5 May 2019 17:17:40 +0200 Subject: [PATCH] Switched to debian:sid --- Dockerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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`