mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Switched to debian:sid
This commit is contained in:
parent
2db7e3865c
commit
8a5d13f31a
@ -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 \
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user