From a73aba9ed5d8df2e1a5aa4aa0dcbfe032fc40485 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Mar 2025 03:10:28 +0100 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9422d92..8076cd4 100644 --- a/readme.md +++ b/readme.md @@ -268,7 +268,15 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m ### What are the differences compared to the standard DSM? There are only two minor differences: the Virtual Machine Manager package is not available, and Surveillance Station will not include any free licenses. - + +### How do I run Windows in a container? + + You can use [dockur/windows](https://github.com/dockur/windows) for that. It shares many of the same features, and even has completely automatic installation. + +### How do I run a Linux desktop in a container? + + You can use [qemus/qemu](https://github.com/qemus/qemu) in that case. + ### Is this project legal? Yes, this project contains only open-source code and does not distribute any copyrighted material. Neither does it try to circumvent any copyright protection measures. So under all applicable laws, this project will be considered legal.