Héctor Molinero Fernández c6b529b31d v30
2021-10-31 18:15:13 +01:00
2019-02-20 23:10:38 +01:00
2019-02-20 23:10:38 +01:00
2021-01-15 19:35:18 +01:00
2021-10-31 18:11:57 +01:00
2021-10-31 18:11:57 +01:00
v30
2021-10-31 18:15:13 +01:00

ReactOS on Docker

A Docker image for the ReactOS operating system.

Start an instance

docker run --detach \
  --name qemu-reactos \
  --publish 127.0.0.1:6080:6080/tcp \
  --env VM_KVM=true --device /dev/kvm \
  docker.io/hectormolinero/qemu-reactos:latest

The instance can be accessed from:

Environment variables

VM_CPU

Number of cores the VM is permitted to use (2 by default).

VM_RAM

Amount of memory the VM is permitted to use (1024M by default).

VM_DISK_SIZE

VM disk size (16G by default).

VM_KEYBOARD

VM keyboard layout (en-us by default).

VM_BOOT_ORDER

VM boot order (cd by default).

VM_KVM

Start QEMU in KVM mode (false by default).

The --device /dev/kvm option is required to use KVM in the container.

License

See the license file.

Description
No description provided
Readme 222 KiB
Languages
M4 35.2%
Makefile 34.9%
Shell 20%
Batchfile 9.9%