diff options
| author | sickcodes <[email protected]> | 2021-10-22 08:43:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-22 08:43:14 +0000 |
| commit | ff250fa0ca861f94c6633533c1704ce2c712b509 (patch) | |
| tree | f131614424ad3a215a18ce53b046b9709271b45a | |
| parent | Merge pull request #352 from chirag350/master (diff) | |
| parent | WSL2 + Ubuntu note - credits (diff) | |
| download | docker-osx-ff250fa0ca861f94c6633533c1704ce2c712b509.tar.xz docker-osx-ff250fa0ca861f94c6633533c1704ce2c712b509.zip | |
Merge pull request #361 from Buthrakaur/improve-readme-windows
readme - improve instructions for running on windows
| -rw-r--r-- | CREDITS.md | 4 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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. |