Skip to content

Commit

Permalink
docs: Remote desktop (dockur#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Feb 16, 2024
1 parent 0f2717f commit 537c8e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti

To install ARM64 versions of Windows use [dockur/windows-arm](https://github.com/dockur/windows-arm/).

* ### How do I connect using RDP?

The web-viewer is only ment to be used during installation, as its picture quality is low, and it has no audio or clipboard for example.

So for a better experience you can connect using any Microsoft Remote Desktop client to the IP of the container, using the username `docker` and by leaving the password empty.

There is a good RDP client for [Android](https://play.google.com/store/apps/details?id=com.microsoft.rdc.androidx) available from the Play Store. One for [iOS](https://apps.apple.com/nl/app/microsoft-remote-desktop/id714464092?l=en-GB) is in the Apple Store. For Linux you can use [rdesktop](http://www.rdesktop.org/) and for Windows you don't need to install anything as it is already ships as part of the operating system.

* ### How do I increase the amount of CPU or RAM?

By default, 2 CPU cores and 4 GB of RAM are allocated to the container, as those are the minimum requirements of Windows 11.
Expand Down Expand Up @@ -136,7 +144,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti

* ### How do I install a custom image?

In order to download a custom ISO image, start a clean container with the URL specified in the `VERSION` environment variable:
In order to download a custom ISO image, start a clean container with the URL of the ISO specified in the `VERSION` environment variable:

```yaml
environment:
Expand Down

0 comments on commit 537c8e8

Please sign in to comment.