mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Add note about KVM option, fixes #14
This commit is contained in:
parent
38c0c79d76
commit
cb8849fc1e
@ -12,6 +12,9 @@ docker run --detach \
|
||||
docker.io/hectorm/qemu-reactos:latest
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> The `--device /dev/kvm` option can only be used on Linux hosts, it can be removed on Windows and macOS hosts at a significant performance penalty.
|
||||
|
||||
The instance can be accessed from:
|
||||
* **VNC** (`5900/TCP`), without password.
|
||||
* **noVNC** (`6080/TCP`), http://127.0.0.1:6080/vnc.html
|
||||
|
Loading…
Reference in New Issue
Block a user