From fcfba3008676d032c6032556b9bdbc6a9149f29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kinsk=C3=BD?= Date: Tue, 19 Oct 2021 08:48:24 +0200 Subject: [PATCH 1/2] readme - improve instructions for running on windows --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c99db..fc91ea0 100644 --- a/README.md +++ b/README.md @@ -1094,7 +1094,9 @@ Or tell the container to use specific ones using `-e GENERATE_SPECIFIC=true` -e MAC_ADDRESS="A8:5C:2C:9A:46:2F" \ ``` -### I'd like to run Docker-OSX with WSL2 (Windows, Ubuntu) +### I'd like to run Docker-OSX on Windows + +Running Docker-OSX on windows is possible just in WSL2 (Windows, Ubuntu). Ensure KVM is enabled and `x11-apps` is installed. From 302885dc08cb7c05f0364a16eb513e009bd03010 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Fri, 22 Oct 2021 08:42:09 +0000 Subject: [PATCH 2/2] WSL2 + Ubuntu note - credits --- CREDITS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 89e1e7a..6fd43ec 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -92,4 +92,6 @@ This project now uses the fantastic OpenCore bootloader from the community OpenC [@cybik](https://github.com/cybik) Spice fix #337 -[@Silfalion](https://github.com/Silfalion) - [https://github.com/Silfalion/Iphone_docker_osx_passthrough](https://github.com/Silfalion/Iphone_docker_osx_passthrough) \ No newline at end of file +[@Silfalion](https://github.com/Silfalion) - [https://github.com/Silfalion/Iphone_docker_osx_passthrough](https://github.com/Silfalion/Iphone_docker_osx_passthrough) + +[@Buthrakaur](https://github.com/Buthrakaur) readme - improve instructions for running on windows #361 \ No newline at end of file