Go to file
Héctor Molinero Fernández b6551ba201 v57 2024-04-04 23:29:39 +02:00
.github Merge pull request #10 from hectorm/dependabot/github_actions/actions/upload-artifact-4 2023-12-18 20:38:30 +01:00
.vscode Added VSCode config 2021-11-11 23:59:39 +01:00
config/samba Added Samba, BusyBox and a bind shell service 2021-11-07 22:02:39 +01:00
data/iso/reactos Added srvany-ng 2021-11-20 17:17:22 +01:00
scripts Set timeout in netcat 2023-01-29 13:07:35 +01:00
.dockerignore First commit 2019-02-20 23:10:38 +01:00
.gitattributes Move first run commands to a separate batch file 2021-11-02 22:07:24 +01:00
.gitignore First commit 2019-02-20 23:10:38 +01:00
Dockerfile.m4 Update ReactOS to v0.4.14-104 2024-04-04 23:28:39 +02:00
LICENSE.md Remove year from license 2023-01-19 00:09:20 +01:00
Makefile Preserve credentials of binfmt binary 2024-01-22 20:29:00 +01:00
README.md Update readme 2022-06-14 23:58:05 +02:00
run.sh Migration to GitHub Actions and image namespace update 2022-04-26 22:11:31 +02:00

README.md

ReactOS on Docker

A Docker image for the ReactOS operating system.

Start an instance

docker run --detach \
  --name qemu-reactos \
  --device /dev/kvm \
  --publish 127.0.0.1:5900:5900/tcp \
  --publish 127.0.0.1:6080:6080/tcp \
  docker.io/hectorm/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_KEYBOARD

VM keyboard layout (en-us by default).

VM_KVM

Start QEMU in KVM mode (true by default).

The --device /dev/kvm option is required for this variable to take effect.

License

See the license file.