Switched to debian:sid

This commit is contained in:
Héctor Molinero Fernández 2019-05-05 17:17:40 +02:00
parent 2db7e3865c
commit 8a5d13f31a
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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`