aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-292-2/+4
|
* Merge pull request #94 from mikob/patch-1sickcodes2020-10-141-0/+2
|\ | | | | Made instructions more clear for those needing Xcode
| * 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-062-1/+22
|
* Documentation tidysickcodes2020-10-061-64/+101
|
* Add vim and nano to the container, expand on ipv4 forwarding docs, add info ↵sickcodes2020-10-053-14/+77
| | | | about ${DISPLAY:-:0.0}
* Merge pull request #87 from MrBenFTW/patch-1sickcodes2020-10-051-1/+7
|\ | | | | Update README.md
| * Update README.mdBen Mitchell2020-10-041-1/+7
|/
* v2.6 Update documentationsickcodes2020-09-263-7/+12
|
* OSX-KVM foldersickcodes2020-09-251-1/+1
|
* Pathssickcodes2020-09-251-5/+11
|
* Work foldersickcodes2020-09-251-0/+3
|
* Added awesome fixes by @jimdigriz: image size, shellisms, fallback2kvm, ↵sickcodes2020-09-241-1/+4
| | | | unprivileged mode
* Merge pull request #82 from jimdigriz/tweakssickcodes2020-09-242-50/+45
|\ | | | | misc improvements to build, runtime and documentation
| * improve handling of BaseSystem.dmg to reduce image by 2.5GB (from 6GB)Alexander Clouter2020-09-201-18/+18
| |
| * 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
| * make audio driver configurable but defaults to alsaAlexander Clouter2020-09-201-1/+1
| |
| * remove need for privilegedAlexander Clouter2020-09-202-11/+7
| |
| * remove need for DISPLAYAlexander Clouter2020-09-202-4/+6
| |
| * support fallback to tcg from kvmAlexander Clouter2020-09-201-3/+3
| |
| * use shell exec/set-euAlexander Clouter2020-09-201-1/+3
| |
| * use shell expansions for defaultsAlexander Clouter2020-09-201-19/+4
| |
| * empty pkg cacheAlexander Clouter2020-09-201-1/+2
|/
* README update for current feature setsickcodes2020-09-201-54/+81
|
* VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releasessickcodes2020-09-203-26/+23
|
* Merge pull request #77 from MrBenFTW/mastersickcodes2020-08-292-7/+19
|\ | | | | Improvments
| * 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.
| * Update macOS + add Screen SharingBen Mitchell2020-08-231-4/+6
| | | | | | Update macOS Catalina to the latest version by default and enable port forwarding for screen share
| * Merge pull request #1 from sickcodes/masterBen Mitchell2020-08-230-0/+0
| |\ | |/ |/| Merge pull request #75 from MrBenFTW/master
* | Merge pull request #75 from MrBenFTW/mastersickcodes2020-08-231-2/+3
|\| | | | | Fix gpk error
| * fix gpk errorBen Mitchell2020-08-231-1/+1
| | | | | | fix gpk error
| * fix gpk errorBen Mitchell2020-08-231-1/+1
| | | | | | fix gpk error caused by images or incorrect shutdown
| * Fix gpk errorBen Mitchell2020-08-231-1/+2
|/ | | Remove /tmp/.X99-lock before starting VNC
* Create FUNDING.ymlsickcodes2020-07-071-0/+3
|
* Merge pull request #64 from jviotti/bridge-networking-fedorasickcodes2020-07-071-0/+9
|\ | | | | Document how to make firewalld work on Fedora with bridged networking
| * 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]>
* Update CREDITS.mdsickcodes2020-07-061-0/+3
|
* Merge pull request #57 from Julioevm/patch-1sickcodes2020-07-021-3/+11
|\ | | | | Update docker-compose.yml
| * Update docker-compose.ymlJulio2020-07-021-3/+11
|/ | | Change docker-compose.yml to make docker compose down work properly.
* temporary mirror fixname2020-06-221-1/+12
|
* no confirmname2020-06-221-1/+1
|
* pkg update firstname2020-06-221-0/+1
|
* Update CREDITS.mdsickcodes2020-06-181-11/+1
|
* Merge pull request #50 from tlierdotfr/mastersickcodes2020-06-181-53/+53
|\ | | | | Reduce number of layers in Dockerfile
| * Merge pull request #1 from tlierdotfr/reduce_layersThomas2020-06-181-53/+53
|/| | | | | Reduce layers
| * Correct empty continuation linetlier2020-06-181-1/+1
| |
| * Reduce number of layers by grouping some of RUN commandstlier2020-06-181-53/+53
|/
* external dockerfilename2020-06-181-1/+1
|