dependabot[bot] 02047beb30
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 00:26:00 +00:00
2023-09-11 00:26:00 +00:00
2021-11-11 23:59:39 +01:00
2021-11-20 17:17:22 +01:00
2023-01-29 13:07:35 +01:00
2019-02-20 23:10:38 +01:00
2019-02-20 23:10:38 +01:00
2023-04-16 13:47:39 +02:00
2023-01-19 00:09:20 +01:00
2022-06-14 23:48:02 +02:00
2022-06-14 23:58:05 +02:00

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.

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