Commit Graph

148 Commits

Author SHA1 Message Date
Sondro
ab54b75ab8
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img' 2022-10-02 20:22:13 -07:00
sickcodes
1103007c8d
Merge pull request #495 from jonathanweinberg/patch-1
Additional information about .wslconfig
2022-05-14 16:08:11 +00:00
sickcodes
41b07267b2
Share files, shared folder, mount folder
# Share directories, sharing files, shared folder, mount folder
The easiest and most secure way is `sshfs`
```bash
# on Linux/Windows
mkdir ~/mnt/osx
sshfs user@localhost:/ -p 50922 ~/mnt/osx
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
```
2022-05-14 16:07:27 +00:00
Jonathan Weinberg
fa0e336c7d
Additional information about .wslconfig
From official MS documentation around `.wslconfig`. Link also has some interesting reading about the `8 second rule` regarding changes not really being made to configs until about 8 seconds after *all* the instance of a distro are shut down. Might be good for some troubleshooting issues with wsl configs not "sticking".
2022-05-09 17:46:21 -04:00
sickcodes
4501c6a854
Fix #440
> According to [this](https://github.com/foxlet/macOS-Simple-KVM/issues/319#issuecomment-1003775896), macOS only supports power-of-two cores. But you can increase the number of sockets to get the virtual cores you need.
> 
> If you need 6 cores, go with:
> 
> ```
> -e EXTRA='-smp 6,sockets=3,cores=2'
> ```
2022-04-14 22:49:35 +00:00
sickcodes
2d6d4b670a
Update via @Error996 https://github.com/Error996
Thanks @Error996!

https://github.com/sickcodes/Docker-OSX/discussions/458
2022-03-19 20:04:30 +00:00
sickcodes
3188252da4
Update README.md 2022-02-11 05:59:07 +00:00
Dulat
727a1dc95c
Update README.md 2022-02-11 06:50:27 +04:00
routmoute
142dad2593 README: add PulseAudio with WSLg 2022-02-01 11:19:08 +01:00
KimJammer
d435c06455
Update README
Fix typo in command to check available wsl linux distros.
2022-01-15 19:57:38 -05:00
KimJammer
918f209175
Add suggested changes to Windows Section 2022-01-15 19:53:55 -05:00
kimjammer
c9521ca6b7 Update Windows Installation section
Fix typos, more professional language, fix incorrect information.
2022-01-14 18:30:09 -05:00
Michele Bencardino
7947f5a3b6
Update README.md with WSL how to 2021-12-28 11:26:09 +01:00
sickcodes
f3c2c332aa
Merge pull request #396 from martinmullins/patch-2
NFS mount documentation, locking issue
2021-12-15 21:30:34 +00:00
sickcodes
e8a81fb8d9 Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM 2021-12-07 12:35:54 +00:00
Martin Mullins
029cd7a46d
NFS mount documentation, locking issue
I ran into some issues when I ran software that was trying to lock files under the nfs folder. This was on Catalina and looks like this is a common issue with Mac -> Linux nfs. 

After digging into it, for my use case using the `locallocks` NFS option on the Mac client resolved it. The `locallocks` option means that locking is handled by the client. There would be problems if you actually need server side locking.
2021-11-30 00:14:10 +00:00
sickcodes
21b17535b5 Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, @TheHackerCoding, @cameronsteele, @martinmullins. 2021-11-29 23:13:15 +00:00
sickcodes
d028bd341b
Add Windows Instructions Link at the tippity top.
Add Windows Instructions Link at the tippity top.
2021-11-29 22:55:29 +00:00
sickcodes
c6c6c69851
Update README.md
Move to top
2021-11-29 22:52:06 +00:00
KimJammer
8ae71a36d1
readme - update windows information 2021-11-29 16:58:23 -05:00
KimJammer
8dc03683e1
readme - Instructions to use WSLg's built-in X11 server
Add instructions for using correct DISPLAY value and X-11 socket mount point to use WSLg's built-in X11 server on Windows 11.
2021-11-28 21:42:37 -05:00
sickcodes
d2e2604cfc
NFS drive easy-share edits
Thank you @martinmullins!
2021-11-28 22:22:23 +00:00
Martin Mullins
3f7256e145
Notes for mounting an NFS folder from a linux host 2021-11-26 14:27:02 +00:00
sickcodes
cc4303b5f3 Add High Sierra & Mojave examples 2021-11-14 12:50:12 +00:00
sickcodes
1d8682403f
Merge pull request #366 from eggplants/master
Fix command to launch sickcodes/docker-osx:auto
2021-10-30 05:49:35 +00:00
TheHackerCoding
5a159c19e9
Typo in README 2021-10-28 13:35:36 -04:00
haruna
1d6168dfed
fix: command to launch sickcodes/docker-osx:auto
add option `-e GENERATE_UNIQUE=true`
2021-10-28 08:12:11 +09:00
Filip Kinský
fcfba30086 readme - improve instructions for running on windows 2021-10-19 08:48:24 +02:00
sickcodes
e265065e31 Fix weird image 2021-10-06 00:29:08 +00:00
sickcodes
beef908d4c Add YouTube tutorial video 2021-10-06 00:26:41 +00:00
sickcodes
022b7b5864 Add docker: unknown server OS: . See 'docker run --help'. 2021-09-14 00:09:58 +00:00
sickcodes
423d6697c3 Add sickcodes/docker-osx:monterey! 2021-09-09 23:00:20 +00:00
sickcodes
15fa5d3ef7 Add USB hot plug instructions, good for making bootable installers (Monterey). 2021-09-09 10:55:07 +00:00
sickcodes
b97d6134f0 Fix Discord link 2021-09-07 05:52:05 +00:00
sickcodes
c2fca85acf Fix usbfluxd setup instructions. Add @cybik & @Silfalion to credits. Added https://github.com/Silfalion/Iphone_docker_osx_passthrough 2021-09-07 05:49:26 +00:00
Renaud Lepage
1f9807929e
Spice fix 2021-09-02 13:01:52 -07:00
sickcodes
911dad8b58 Add iPhone passthrough instructions using Corellium's usbfluxd. Thank you [@nikias](https://github.com/nikias) for [usbfluxd](https://github.com/corellium/usbfluxd) via [https://github.com/corellium](https://github.com/corellium)! 2021-08-27 19:10:01 +00:00
sickcodes
0865bb21c1 Variable typos for naked-auto 2021-08-27 17:24:47 +00:00
sickcodes
31c95fd640 Fix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharing 2021-08-27 16:13:04 +00:00
Andrew
aabf8d949a
fix typo 2021-08-26 21:12:41 -05:00
sickcodes
61012cf0c8 Add new image docker pull sickcodes/docker-osx:naked-auto. Also allow -e USERNAME -e PASSWORD for auto, even though it's 20GB. 2021-08-25 23:05:17 +00:00
sickcodes
cdf9dae7f2
Add Discord server for general enquiries
### Need help, have questions, or just want to hang out?

# [https://discord.gg/mx8pPw39Yg](https://discord.gg/mx8pPw39Yg)
2021-08-02 05:44:57 +00:00
sickcodes
87efcbb6f6 Add glibc patch once, remove Big Sur required fix for OpenCore as no longer required. 2021-07-27 02:30:29 +00:00
Allan Ramos
010dc94818
Update README.md 2021-07-23 18:44:35 -03:00
sickcodes
7014f82a30
Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer
See: https://github.com/sickcodes/osx-optimizer
2021-07-08 23:22:01 +00:00
sickcodes
2374861720
Add libguestfs-tools to the requirements on Ubuntu
Fixes https://github.com/sickcodes/Docker-OSX/issues/311
2021-07-08 23:18:06 +00:00
sickcodes
54774ab91e Add APFS extraction instructions. 2021-05-28 22:21:57 +00:00
sickcodes
4e41e2bc08
Fix hero image cache. 2021-05-24 11:14:36 +00:00
sickcodes
64ed979a65 QEMU 6 VNC changes Documentation changes 2021-05-08 15:05:00 +00:00
sickcodes
879b964621 Update README.md with Big Sur 11.3 Fixes 2021-05-04 09:46:00 +00:00