aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #495 from jonathanweinberg/patch-1sickcodes2022-05-141-2/+1
|\ | | | | Additional information about .wslconfig
| * Additional information about .wslconfigJonathan Weinberg2022-05-091-2/+1
| | | | | | 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".
* | Share files, shared folder, mount foldersickcodes2022-05-141-2/+16
|/ | | | | | | | | | | # 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 ```
* Fix #440sickcodes2022-04-141-5/+7
| | | | | | | | | > 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' > ```
* Update via @Error996 https://github.com/Error996sickcodes2022-03-191-1/+9
| | | | | Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458
* Update README.mdsickcodes2022-02-111-4/+32
|
* Update README.mdDulat2022-02-111-0/+7
|
* README: add PulseAudio with WSLgroutmoute2022-02-011-0/+11
|
* Update READMEKimJammer2022-01-151-1/+1
| | | Fix typo in command to check available wsl linux distros.
* Add suggested changes to Windows SectionKimJammer2022-01-151-2/+4
|
* Update Windows Installation sectionkimjammer2022-01-141-19/+24
| | | | Fix typos, more professional language, fix incorrect information.
* Update README.md with WSL how toMichele Bencardino2021-12-281-11/+36
|
* Merge pull request #396 from martinmullins/patch-2sickcodes2021-12-151-1/+1
|\ | | | | NFS mount documentation, locking issue
| * NFS mount documentation, locking issueMartin Mullins2021-11-301-1/+1
| | | | | | | | | | 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.
* | Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PMsickcodes2021-12-071-0/+9
|/
* Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵sickcodes2021-11-291-1/+1
| | | | @TheHackerCoding, @cameronsteele, @martinmullins.
* Add Windows Instructions Link at the tippity top.sickcodes2021-11-291-3/+3
| | | Add Windows Instructions Link at the tippity top.
* Update README.mdsickcodes2021-11-291-22/+26
| | | Move to top
* readme - update windows informationKimJammer2021-11-291-4/+7
|
* readme - Instructions to use WSLg's built-in X11 serverKimJammer2021-11-281-1/+8
| | | Add instructions for using correct DISPLAY value and X-11 socket mount point to use WSLg's built-in X11 server on Windows 11.
* NFS drive easy-share editssickcodes2021-11-281-7/+14
| | | Thank you @martinmullins!
* Notes for mounting an NFS folder from a linux hostMartin Mullins2021-11-261-0/+23
|
* Add High Sierra & Mojave examplessickcodes2021-11-141-31/+84
|
* Merge pull request #366 from eggplants/mastersickcodes2021-10-301-0/+1
|\ | | | | Fix command to launch sickcodes/docker-osx:auto
| * fix: command to launch sickcodes/docker-osx:autoharuna2021-10-281-0/+1
| | | | | | add option `-e GENERATE_UNIQUE=true`
* | Typo in READMETheHackerCoding2021-10-281-3/+0
|/
* readme - improve instructions for running on windowsFilip Kinský2021-10-191-1/+3
|
* Fix weird imagesickcodes2021-10-061-1/+4
|
* Add YouTube tutorial videosickcodes2021-10-061-3/+9
|
* Add `docker: unknown server OS: .` `See 'docker run --help'.`sickcodes2021-09-141-0/+36
|
* Add `sickcodes/docker-osx:monterey`!montereysickcodes2021-09-091-5/+43
|
* Add USB hot plug instructions, good for making bootable installers (Monterey).sickcodes2021-09-091-0/+29
|
* Fix Discord linksickcodes2021-09-071-1/+1
|
* Fix usbfluxd setup instructions. Add @cybik & @Silfalion to credits. Added ↵sickcodes2021-09-071-16/+49
| | | | https://github.com/Silfalion/Iphone_docker_osx_passthrough
* Spice fixRenaud Lepage2021-09-021-0/+1
|
* Add iPhone passthrough instructions using Corellium's usbfluxd. Thank you ↵sickcodes2021-08-271-0/+66
| | | | [@nikias](https://github.com/nikias) for [usbfluxd](https://github.com/corellium/usbfluxd) via [https://github.com/corellium](https://github.com/corellium)!
* Variable typos for naked-autosickcodes2021-08-271-3/+3
|
* Fix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharingsickcodes2021-08-271-46/+98
|
* fix typoAndrew2021-08-261-1/+1
|
* Add new image `docker pull sickcodes/docker-osx:naked-auto`. Also allow -e ↵sickcodes2021-08-251-30/+88
| | | | USERNAME -e PASSWORD for auto, even though it's 20GB.
* Add Discord server for general enquiriessickcodes2021-08-021-0/+6
| | | | | ### Need help, have questions, or just want to hang out? # [https://discord.gg/mx8pPw39Yg](https://discord.gg/mx8pPw39Yg)
* Add glibc patch once, remove Big Sur required fix for OpenCore as no longer ↵sickcodes2021-07-271-16/+1
| | | | required.
* Update README.mdAllan Ramos2021-07-231-1/+4
|
* Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizersickcodes2021-07-081-1/+10
| | | See: https://github.com/sickcodes/osx-optimizer
* Add libguestfs-tools to the requirements on Ubuntusickcodes2021-07-081-1/+1
| | | Fixes https://github.com/sickcodes/Docker-OSX/issues/311
* Add APFS extraction instructions.sickcodes2021-05-281-0/+39
|
* Fix hero image cache.sickcodes2021-05-241-1/+1
|
* QEMU 6 VNC changes Documentation changessickcodes2021-05-081-4/+15
|
* Update README.md with Big Sur 11.3 Fixessickcodes2021-05-041-0/+11
|
* Update creditssickcodes2021-05-041-2/+4
|