sickcodes
19915de799
`-e SHORTNAME=sonoma` is now a runtime arg, which is DMCA compliant, all images are under `:latest`.
2 months ago
sickcodes
b653f292a5
Merge pull request #792 from eltociear/patch-1
2 months ago
Alexis Lefebvre
1c10fc4301
README: add version numbers
3 months ago
Ikko Eltociear Ashimine
0c8e5f3923
docs: update README.md
...
passsword -> password
3 months ago
sickcodes
42263d90fc
config-custom-sonoma.plist & config-nopicker-sonoma.plist
7 months ago
sickcodes
37aad0460d
Add sonoma to README with special flags
7 months ago
sickcodes
b09155a612
Add another version specific field
1 year ago
sickcodes
669bea269d
Add sonoma to README and build script. Plist changes shall be made via 422bb3b713
and then update submodule sickcodes/osx-serial-generator
1 year ago
Lucas Rueda
bc0be6b6c7
Find by name instead of using grep on results
2 years ago
sickcodes
bb1e992916
Merge pull request #616 from raeldev/add-kvm-install-to-readme
...
Add kvm and dependencies install to readme
2 years ago
Israel Augusto Moreira
ac3fe529a8
fix wrong parameter
2 years ago
Israel Augusto Moreira
0daf0ff5d4
add kvm and dependencies install to readme
2 years ago
Agnieszka Stec
8f555f085d
fixing typos in Readme
...
Found a few minor typos in Readme
2 years ago
sickcodes
671c46046a
Merge pull request #566 from sickcodes/ventura
...
Add latest OS, Ventura
2 years ago
sickcodes
ed5e50da7c
Add ventura to Docker-OSX README
2 years ago
sickcodes
917e091798
Merge pull request #545 from Sondro/master
...
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2 years ago
Sondro
ab54b75ab8
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2 years ago
Ariful Islam
e6763761c0
Typing mistake correction
...
it's should be "experience" not "experiencem"
2 years ago
sickcodes
1103007c8d
Merge pull request #495 from jonathanweinberg/patch-1
...
Additional information about .wslconfig
3 years ago
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
```
3 years ago
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".
3 years ago
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'
> ```
3 years ago
sickcodes
2d6d4b670a
Update via @Error996 https://github.com/Error996
...
Thanks @Error996!
https://github.com/sickcodes/Docker-OSX/discussions/458
3 years ago
sickcodes
3188252da4
Update README.md
3 years ago
Dulat
727a1dc95c
Update README.md
3 years ago
routmoute
142dad2593
README: add PulseAudio with WSLg
3 years ago
KimJammer
d435c06455
Update README
...
Fix typo in command to check available wsl linux distros.
3 years ago
KimJammer
918f209175
Add suggested changes to Windows Section
3 years ago
kimjammer
c9521ca6b7
Update Windows Installation section
...
Fix typos, more professional language, fix incorrect information.
3 years ago
Michele Bencardino
7947f5a3b6
Update README.md with WSL how to
3 years ago
sickcodes
f3c2c332aa
Merge pull request #396 from martinmullins/patch-2
...
NFS mount documentation, locking issue
3 years ago
sickcodes
e8a81fb8d9
Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM
3 years ago
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.
3 years ago
sickcodes
21b17535b5
Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, @TheHackerCoding, @cameronsteele, @martinmullins.
3 years ago
sickcodes
d028bd341b
Add Windows Instructions Link at the tippity top.
...
Add Windows Instructions Link at the tippity top.
3 years ago
sickcodes
c6c6c69851
Update README.md
...
Move to top
3 years ago
KimJammer
8ae71a36d1
readme - update windows information
3 years ago
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.
3 years ago
sickcodes
d2e2604cfc
NFS drive easy-share edits
...
Thank you @martinmullins!
3 years ago
Martin Mullins
3f7256e145
Notes for mounting an NFS folder from a linux host
3 years ago
sickcodes
cc4303b5f3
Add High Sierra & Mojave examples
3 years ago
sickcodes
1d8682403f
Merge pull request #366 from eggplants/master
...
Fix command to launch sickcodes/docker-osx:auto
3 years ago
TheHackerCoding
5a159c19e9
Typo in README
3 years ago
haruna
1d6168dfed
fix: command to launch sickcodes/docker-osx:auto
...
add option `-e GENERATE_UNIQUE=true`
3 years ago
Filip Kinský
fcfba30086
readme - improve instructions for running on windows
3 years ago
sickcodes
e265065e31
Fix weird image
3 years ago
sickcodes
beef908d4c
Add YouTube tutorial video
3 years ago
sickcodes
022b7b5864
Add `docker: unknown server OS: .` `See 'docker run --help'.`
3 years ago
sickcodes
423d6697c3
Add `sickcodes/docker-osx:monterey`!
3 years ago
sickcodes
15fa5d3ef7
Add USB hot plug instructions, good for making bootable installers (Monterey).
3 years ago