diff options
| author | sickcodes <[email protected]> | 2021-11-29 22:57:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-29 22:57:37 +0000 |
| commit | e79ce8a273d620ad388c5c093531737ebec70838 (patch) | |
| tree | 993c7700b78526985f8f69a90a5f1fd9e15c7e63 | |
| parent | Update legacy folder ./custom so README works (diff) | |
| parent | Add Windows Instructions Link at the tippity top. (diff) | |
| download | docker-osx-e79ce8a273d620ad388c5c093531737ebec70838.tar.xz docker-osx-e79ce8a273d620ad388c5c093531737ebec70838.zip | |
Merge pull request #395 from kimjammer/patch-1
Readme - Update information regarding using Windows
| -rw-r--r-- | CREDITS.md | 2 | ||||
| -rw-r--r-- | README.md | 42 |
2 files changed, 30 insertions, 14 deletions
@@ -97,3 +97,5 @@ This project now uses the fantastic OpenCore bootloader from the community OpenC [@Buthrakaur](https://github.com/Buthrakaur) readme - improve instructions for running on windows #361 [@eggplants](https://github.com/eggplants) Fix command to launch sickcodes/docker-osx:auto #366 + +[@kimjammer](https://github.com/kimjammer) Readme - Added instructions for using WSLg's built in X11 server #395 @@ -4,6 +4,8 @@ Run Mac OS X in Docker with near-native performance! X11 Forwarding! iMessage security research! iPhone USB working! macOS in a Docker container! +Conduct Security Research on macOS using both Linux & Windows! + # Docker-OSX now has a Discord server & Telegram! The Discord is active on #docker-osx and anyone is welcome to come and ask questions, ideas, etc. @@ -13,8 +15,6 @@ The Discord is active on #docker-osx and anyone is welcome to come and ask quest </p> - - ### Click to join the Discord server [https://discord.gg/sickchat](https://discord.gg/sickchat) ### Click to join the Telegram server [https://t.me/sickcodeschat](https://t.me/sickcodeschat) @@ -43,6 +43,8 @@ If you like this project, consider contributing here or upstream! Video setup tutorial is also available here: https://www.youtube.com/watch?v=wLezYl77Ll8 +**Windows users:** [click here to see the notes below](https://github.com/kimjammer/Docker-OSX/tree/patch-1#id-like-to-run-docker-osx-on-windows)! + <p align="center"> <a href="https://www.youtube.com/watch?v=wLezYl77Ll8" target="_blank"><img src="https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/Youtube-Screenshot-Docker-OSX-Setup.png"></a> </p> @@ -475,6 +477,30 @@ echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs sudo modprobe kvm ``` +### I'd like to run Docker-OSX on Windows + +Running Docker-OSX on Windows is now possible using WSL2 (Windows + Ubuntu Subsystem!). + +Ensure KVM is enabled (Windows 11 is required) and `x11-apps` is installed. + +First, setup [Docker for Windows following the official Docker guide](https://docs.docker.com/desktop/windows/wsl/#download). + +You need the official Docker Desktop exe: [https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe). + +#### Using WSLg (WSL GUI which includes Wayland or X applications to run) + +[https://github.com/microsoft/wslg](https://github.com/microsoft/wslg) + +To use WSLg's built in X11 server, change these two lines to point Docker-OSX to it. + +```bash + -e "DISPLAY=${DISPLAY:-:0}" \ + -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \ +``` + +See more in-depth discussion about Docker-OSX on Windows [here](https://github.com/sickcodes/Docker-OSX/issues/17) and [here](https://github.com/sickcodes/Docker-OSX/issues/60). + + ## Additional boot instructions for when you are [creating your container](#container-creation-examples) - Boot the macOS Base System (Press Enter) @@ -1178,18 +1204,6 @@ 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 on Windows - -Running Docker-OSX on windows is possible just in WSL2 (Windows, Ubuntu). - -Ensure KVM is enabled and `x11-apps` is installed. - -to void troubles related to docker daemons on WLS 2, use Docker on Windows, and extern it to your distro. -See Docker Docs for the complete detail setup [here](https://docs.docker.com/docker-for-windows/wsl/) - -See more in-depth discussion [here](https://github.com/sickcodes/Docker-OSX/issues/17) and [here](https://github.com/sickcodes/Docker-OSX/issues/60). - - ### Changing display resolution The display resolution is controlled by this line: |