mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
Update README.md
Move to top
This commit is contained in:
parent
be0c44928f
commit
c6c6c69851
48
README.md
48
README.md
@ -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.
|
||||
@ -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,28 +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 (Windows 11 required) 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/)
|
||||
|
||||
#### Using 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).
|
||||
|
||||
|
||||
### Changing display resolution
|
||||
|
||||
The display resolution is controlled by this line:
|
||||
|
Loading…
Reference in New Issue
Block a user