aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* v4.1 WIDTH/HEIGHT && move resolution README notesickcodes2021-03-041-31/+92
|
* Add WIDTH and HEIGHT environment variablessickcodes2021-03-031-1/+75
|
* Update README.mdEdson Boldrini2021-03-021-2/+2
|
* Switch default internet to vmxnet3 as there is no incompatability with services.sickcodes2021-03-011-4/+3
|
* Documentation for Big Sur. v4.0sickcodes2021-02-271-2/+14
|
* README.md Serial Number/iMessage readinesscustom-identitysickcodes2021-02-261-19/+230
|
* Add exists exits and required serial number files for building disksickcodes2021-02-261-2/+3
|
* Major serial number runtime generation and override changes.sickcodes2021-02-251-34/+63
|
* Add --output-env <filename> && --output-bootdisk <filename>sickcodes2021-02-241-24/+1
|
* Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking ↵sickcodes2021-02-211-0/+10
| | | | speed docs.
* Required KVM parameter fix. No idea how it's been absent for this long.sickcodes2021-02-211-0/+2
|
* 3.1. base-devel image to skip simple packages. Add glibc overrides after ↵sickcodes2021-02-211-1/+1
| | | | every pacman -Syu which is currently required for non-Arch builds.
* Kubernetes helm chart submission! Thanks @cephasarasickcodes2021-02-121-0/+5
|
* Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime ↵sickcodes2021-02-081-0/+1
| | | | arguments.
* Reduced image by 5GB, thanks to @weskerfoot!sickcodes2021-02-081-6/+4
|
* Fixed cwd bugsickcodes2021-02-081-1/+1
|
* Add -e NOPICKER=false for the :naked image to be able to enter boot menu.sickcodes2021-02-071-1/+15
|
* Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.sickcodes2021-02-071-0/+23
|
* Reduce build size & tidysickcodes2021-02-031-1/+12
|
* docs: fix broken multi-line docker commandJohn Lianoglou2021-01-311-5/+5
|
* Use -e OSX_COMMANDS to run commands in OSX at runtime in :auto. Add docker ↵sickcodes2021-01-271-6/+19
| | | | start -i instructions.
* zstd decompress instead of re-compress in README.mdsickcodes2021-01-261-1/+1
|
* Clean out your Docker images/history/cache by simply deleting `/var/lib/docker`sickcodes2021-01-261-0/+3
|
* images.sick.codes fixed images2.sick.codessickcodes2021-01-251-1/+1
|
* Missing -it in README.md for interactive qemu shell and ability to Ctrl+C ↵sickcodes2021-01-241-5/+5
| | | | container.
* [V3.0] Dockerfile, Dockerfile.auto, Dockerfile.nakedsickcodes2021-01-241-7/+90
|
* Up README with Kubernetes Helm Chart link @ ./helm.sickcodes2021-01-141-1/+1
|
* v2.7 Replace gibMacOS with fetch-macOS.py. Replace iptables with ↵sickcodes2021-01-051-15/+40
| | | | iptables-nft. Remove libguestfs.
* note about USB pass throughwes2020-12-161-1/+1
|
* more readme improvements, usb pass through, spice, etcwes2020-12-161-54/+116
|
* initial stab at CI instructions and reduce disk usage instructionswes2020-12-161-0/+53
|
* [QOL] Documentation updates about duplicating containerssickcodes2020-11-281-17/+54
|
* Update README.mdAdamMomen2020-11-061-0/+3
| | | | | | | | | | | | | | | | | ## What? I've added a script on how to automatic boot vnc-version container in `README.md` file for better usablility. For more background, see ticket #83 . ## Why? Because the script provided in the readme file didn't work on vnc-version container. ## How? ## Testing? No automated tests, take my word for it ;) ## Screenshots Before ![image](https://user-images.githubusercontent.com/55929982/98357198-26194080-2025-11eb-81bb-28259a1f63ab.png) After ## Anything Else? Nope
* [README] Typo, link fixed, creditssickcodes2020-10-291-1/+1
|
* Made instructions more clear for those needing XcodeMiko2020-10-141-0/+2
| | | | Firstly, amazing job with this project - it really works. I had to reinstall a few times to get the capacity right to fit Xcode. Just wanted to save others the trouble by noting the min. needed disk size for Xcode. In my case 50gb was too little, so the exact right amount lies between 50-60gb.
* [QOL] Launch without having to press anything at the boot menu (see readme)sickcodes2020-10-061-0/+17
|
* Documentation tidysickcodes2020-10-061-64/+101
|
* Add vim and nano to the container, expand on ipv4 forwarding docs, add info ↵sickcodes2020-10-051-13/+71
| | | | about ${DISPLAY:-:0.0}
* Update README.mdBen Mitchell2020-10-041-1/+7
|
* v2.6 Update documentationsickcodes2020-09-261-5/+10
|
* pulseaudio exampleAlexander Clouter2020-09-201-0/+9
| | | | | | | AppleALC does not support the codec out of the box and I have been unable to work through https://osy.gitbook.io/hac-mini-guide/details/hda-fix to figure out how to make it appear. The controller does work, but without the codec driver support there no soundcard is present to macOS
* remove need for privilegedAlexander Clouter2020-09-201-11/+5
|
* remove need for DISPLAYAlexander Clouter2020-09-201-4/+4
|
* README update for current feature setsickcodes2020-09-201-54/+81
|
* Update README.mdBen Mitchell2020-08-231-0/+12
|
* Update README.mdBen Mitchell2020-08-231-3/+1
| | | no longer necessary to remove 1gb from the disk.
* Document how to make firewalld work on Fedora with bridged networkingJuan Cruz Viotti2020-07-071-0/+9
| | | | | | | | | | `firewalld` doesn't allow DNS requests (this is the case that bit me, but there might be more) on `docker0` unless the interface is added to the trusted zone. See: https://github.com/docker/for-linux/issues/955 Fixes: https://github.com/sickcodes/Docker-OSX/issues/56 Signed-off-by: Juan Cruz Viotti <[email protected]>
* ssh instructions and easy find old boxname2020-06-151-1/+6
|
* typoname2020-06-141-1/+1
|
* Added reference to new version via hub.docker versionname2020-06-141-1/+1
|