diff options
| author | sickcodes <[email protected]> | 2020-09-24 12:15:15 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2020-09-24 12:15:15 +0000 |
| commit | 6d81225fc688c38d5d56dc919eb42db349d93693 (patch) | |
| tree | fe3b9fa3775b121efc6c58209d2c73df4e3f1289 | |
| parent | Merge pull request #82 from jimdigriz/tweaks (diff) | |
| download | docker-osx-6d81225fc688c38d5d56dc919eb42db349d93693.tar.xz docker-osx-6d81225fc688c38d5d56dc919eb42db349d93693.zip | |
Added awesome fixes by @jimdigriz: image size, shellisms, fallback2kvm, unprivileged mode
| -rw-r--r-- | CREDITS.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,4 +22,7 @@ These credits refer to the contributors to this repository: [@MrBenFTW](https://github.com/MrBenFTW) - Updated macOS version 10.15.5 -> 10.15.6, Enabled screen sharing port forwarding, Removed the need to remove 1gb from the partition. -[@hoantp](https://github.com/hoantp) - Initialized TigerVNC 1.11.0 fix
\ No newline at end of file +[@hoantp](https://github.com/hoantp) - Initialized TigerVNC 1.11.0 fix + +[@jimdigriz](https://github.com/jimdigriz) - Epic fixes: image size, shellisms, fallback2kvm, unprivileged mode https://github.com/sickcodes/Docker-OSX/pull/82 + |